ursa 0.3.7

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, VarBlake2b as VarBlake2};
#[cfg(target_pointer_width = "32")]
pub use crate::blake2::{Blake2s as Blake2, VarBlake2s as VarBlake2};