Skip to content

Commit 0c383e0

Browse files
committed
Update README.md
1 parent 237dbd1 commit 0c383e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/crypto/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ and [cosmwasm-std](`https://crates.io/crates/cosmwasm-std`) crates.
1515
- `ed25519_batch_verify()`: Batch digital signature verification using the EdDSA
1616
ed25519 scheme, for Tendemint signature / public key formats.
1717

18+
## Benchmarking
19+
20+
```
21+
cd packages/crypto
22+
cargo bench
23+
```
24+
1825
## License
1926

2027
This package is part of the cosmwasm repository, licensed under the Apache

0 commit comments

Comments
 (0)