Add Bytes32x2Set (#5442)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
5
.changeset/lucky-teachers-sip.md
Normal file
5
.changeset/lucky-teachers-sip.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`EnumerableSet`: Add `Bytes32x2Set` that handles (ordered) pairs of bytes32.
|
||||
5
.changeset/ten-peas-mix.md
Normal file
5
.changeset/ten-peas-mix.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Hashes`: Expose `efficientKeccak256` for hashing non-commutative pairs of bytes32 without allocating extra memory.
|
||||
Reference in New Issue
Block a user