diff --git a/README.md b/README.md index fe38624..5fb703f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Audited & minimal JS implementation of elliptic curve cryptography. for encoding or hashing an arbitrary string to an elliptic curve point - ๐Ÿงœโ€โ™‚๏ธ [Poseidon](https://www.poseidon-hash.info) ZK-friendly hash - ๐ŸŽ [Ultra-fast](#speed), hand-optimized for caveats of JS engines -- ๐Ÿ” Unique tests ensure correctness. Wycheproof vectors included -- ๐Ÿงช Differential fuzzing ensures even more correctness with [cryptofuzz](https://github.com/guidovranken/cryptofuzz) +- ๐Ÿ” Unique tests ensure correctness with Wycheproof vectors and [cryptofuzz](https://github.com/guidovranken/cryptofuzz) differential fuzzing - ๐Ÿ”ป Tree-shaking-friendly: there is no entry point, which ensures small size of your app Package consists of two parts: