| Crates.io | openzeppelin-crypto |
| lib.rs | openzeppelin-crypto |
| version | 0.3.0 |
| created_at | 2024-08-29 12:58:25.664738+00 |
| updated_at | 2025-09-10 12:41:23.134132+00 |
| description | Cryptographic Utilities |
| homepage | |
| repository | https://github.com/OpenZeppelin/rust-contracts-stylus |
| max_upload_size | |
| id | 1356104 |
| size | 552,984 |
Common cryptographic procedures for a blockchain environment.
[!WARNING] Note that
cryptois still0.*.*, so breaking changes may occur at any time. If you must depend oncrypto, we recommend pinning to a specific version, i.e.,=0.y.z.
merkle.rs provides:
verify function which can prove that some value is part of a
Merkle tree.verify_multi_proof function which can prove multiple values are part of a
Merkle tree.This crate exposes its modules behind feature gates to ensure the bare minimum is included in consumer codebases. You can check the current feature flags in the Cargo.toml file.
Refer to our Security Policy for more details.