ursa 0.2.0-dev-2

This is the shared crypto library for Hyperledger components.
Documentation
1
2
3
4
#[cfg(target_pointer_width = "64")]
pub use crate::blake2::Blake2b as Blake2;
#[cfg(target_pointer_width = "32")]
pub use crate::blake2::Blake2s as Blake2;