Skip to content

Commit 14773f4

Browse files
committed
fix readme
1 parent d7bb26f commit 14773f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
Solidity modules and utilities that **go far beyond mediocre solidity**.
1111

12-
- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
13-
- State-of-the-art cryptography primitives (**ECDSA over 384 bit curves**, **RSASSA-PSS**)
12+
- 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**)
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)