Expand description
Pure Rust drop-in replacement for the parity-crypto crate.
Re-exports§
pub use error::Error;
Modules§
- aes
- AES symmetric encryption
- error
- Error handling module
- scrypt
- Scrypt key derivation wrapper around the
scryptcrate.
Constants§
Traits§
- Keccak256
- Helper trait for conveniently hashing byte slices
Functions§
- derive_
key_ iterations - derive_
mac - is_
equal - Check if two slices are equal, this is equivalent to
a == band is only exposed here as a replacement forparity-cryptoversion which uses constant time compare fromring.