Skip to content

Commit 79f75d8

Browse files
authored
Added ECDSA256 lib (#120)
* added ecdsa256 lib * removed random in test * review fixes: corrected naming * removed: comments with formulas; redundant check * updated version and lock file * updated readme
1 parent ceb1e34 commit 79f75d8

File tree

6 files changed

+1769
-1156
lines changed

6 files changed

+1769
-1156
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Solidity modules and utilities that **go far beyond mediocre solidity**.
1111

1212
- Implementation of the [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
13-
- State-of-the-art cryptography primitives (**ECDSA over 384-bit curves**, **RSASSA-PSS**)
13+
- State-of-the-art cryptography primitives (**ECDSA over 256-bit and 384-bit curves**, **RSASSA-PSS**)
1414
- Advanced data structures (**Vector**, **DynamicSet**, **PriorityQueue**, **AVLTree**)
1515
- ZK-friendly [**Sparse Merkle Tree**](https://docs.iden3.io/publications/pdfs/Merkle-Tree.pdf) and [**Incremental Merkle Tree**](https://github.com/runtimeverification/deposit-contract-verification/blob/master/deposit-contract-verification.pdf) implementations
1616
- Versatile access control smart contracts (**Merkle whitelists**, **RBAC**)

0 commit comments

Comments
 (0)