We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237dbd1 commit 0c383e0Copy full SHA for 0c383e0
packages/crypto/README.md
@@ -15,6 +15,13 @@ and [cosmwasm-std](`https://crates.io/crates/cosmwasm-std`) crates.
15
- `ed25519_batch_verify()`: Batch digital signature verification using the EdDSA
16
ed25519 scheme, for Tendemint signature / public key formats.
17
18
+## Benchmarking
19
+
20
+```
21
+cd packages/crypto
22
+cargo bench
23
24
25
## License
26
27
This package is part of the cosmwasm repository, licensed under the Apache
0 commit comments