ssi-crypto 0.2.1

Implementation of various hashes and signatures for the ssi library.
Documentation
1
2
3
4
5
6
7
pub mod sha256;

#[cfg(feature = "ripemd-160")]
pub mod ripemd160;

#[cfg(feature = "keccak")]
pub mod keccak;