Skip to content

Commit 8af16c5

Browse files
committed
documentation
1 parent 87008a5 commit 8af16c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contracts/utils/README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
99
* {ERC7739}: An abstract contract to validate signatures following the rehashing scheme from `ERC7739Utils`.
1010
* {ERC7739Utils}: Utilities library that implements a defensive rehashing mechanism to prevent replayability of smart contract signatures based on ERC-7739.
1111
* {SignerECDSA}, {SignerP256}, {SignerRSA}: Implementations of an {AbstractSigner} with specific signature validation algorithms.
12+
* {EnumerableSetExtended} and {EnumerableMapExtended}: Extensions of the `EnumerableSet` and `EnumerableMap` libraries with more types, including non-value types.
1213
* {Masks}: Library to handle `bytes32` masks.
1314

1415
== Cryptography
@@ -25,6 +26,12 @@ Miscellaneous contracts and libraries containing utility functions you can use t
2526

2627
{{SignerRSA}}
2728

29+
== Structs
30+
31+
{{EnumerableSetExtended}}
32+
33+
{{EnumerableMapExtended}}
34+
2835
== Libraries
2936

3037
{{Masks}}

0 commit comments

Comments
 (0)