Skip to content

Commit fb0e649

Browse files
committed
add changelog entry
1 parent a086759 commit fb0e649

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## XX-XX-XXXX
2+
3+
- `ERC7913Utils`: Utilities library for verifying signatures by ERC-7913 formatted signers.
4+
- `SignerERC7913`: Abstract signer that verifies signatures using the ERC-7913 workflow.
5+
- `ERC7913SignatureVerifierP256` and `ERC7913SignatureVerifierRSA`: Ready to use ERC-7913 verifiers that implement key verification for P256 (secp256r1) and RSA keys.
6+
17
## 07-03-2025
28

39
- `ERC7786Aggregator`: Add an aggregator that implements a meta gateway on top of multiple ERC-7786 gateways.

contracts/utils/README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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
* {ERC7913Utils}: utilities library that implements ERC-7913 signature verification with fallback to ERC-1271 and ECDSA.
12-
* {SignerECDSA}, {SignerP256}, {SignerRSA}: Implementations of an {AbstractSigner} with specific signature validation algorithms.
12+
* {SignerECDSA}, {SignerERC7913}, {SignerP256}, {SignerRSA}: Implementations of an {AbstractSigner} with specific signature validation algorithms.
1313
* {ERC7913SignatureVerifierP256}, {ERC7913SignatureVerifierRSA}: Ready to use ERC-7913 signature verifiers for P256 and RSA keys
1414
* {Masks}: Library to handle `bytes32` masks.
1515

@@ -25,6 +25,8 @@ Miscellaneous contracts and libraries containing utility functions you can use t
2525

2626
{{SignerECDSA}}
2727

28+
{{SignerERC7913}}
29+
2830
{{SignerP256}}
2931

3032
{{SignerRSA}}

0 commit comments

Comments
 (0)