openzeppelin-crypto

Crates.ioopenzeppelin-crypto
lib.rsopenzeppelin-crypto
version0.1.1
sourcesrc
created_at2024-08-29 12:58:25.664738
updated_at2024-10-28 19:05:42.308453
descriptionCryptography Utilities
homepage
repositoryhttps://github.com/OpenZeppelin/rust-contracts-stylus
max_upload_size
id1356104
size38,306
Daniel Bigos (bidzyyys)

documentation

README

Cryptographic Utilities

Common cryptographic procedures for a blockchain environment.

[!WARNING] Note that crypto is still 0.*.*, so breaking changes may occur at any time. If you must depend on crypto, we recommend pinning to a specific version, i.e., =0.y.z.

Verifying Merkle Proofs

merkle.rs provides:

  • A verify function which can prove that some value is part of a Merkle tree.
  • A verify_multi_proof function which can prove multiple values are part of a Merkle tree.

Feature Flags

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.

Security

Refer to our Security Policy for more details.

Commit count: 249

cargo fmt