diff --git a/README.md b/README.md index fe784c10..92565f06 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Solidity modules and utilities that **go far beyond mediocre solidity**. -- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern -- State-of-the-art cryptography primitives (**ECDSA over 384 bit curves**, **RSASSA-PSS**) +- Implementation of the [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern +- State-of-the-art cryptography primitives (**ECDSA over 384-bit curves**, **RSASSA-PSS**) - Advanced data structures (**Vector**, **DynamicSet**, **PriorityQueue**, **AVLTree**) - 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 - Versatile access control smart contracts (**Merkle whitelists**, **RBAC**)