Crates.io | openzeppelin-crypto |
lib.rs | openzeppelin-crypto |
version | 0.1.1 |
source | src |
created_at | 2024-08-29 12:58:25.664738 |
updated_at | 2024-10-28 19:05:42.308453 |
description | Cryptography Utilities |
homepage | |
repository | https://github.com/OpenZeppelin/rust-contracts-stylus |
max_upload_size | |
id | 1356104 |
size | 38,306 |
Common cryptographic procedures for a blockchain environment.
[!WARNING] Note that
crypto
is 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.