Crate ethsign_crypto
source ·Expand description
Pure Rust drop-in replacement for the parity-crypto
crate.
Re-exports
pub use error::Error;
Modules
- AES symmetric encryption
- Error handling module
- Scrypt key derivation wrapper around the
scrypt
crate.
Constants
Traits
- Helper trait for conveniently hashing byte slices
Functions
- Check if two slices are equal, this is equivalent to
a == b
and is only exposed here as a replacement forparity-crypto
version which uses constant time compare fromring
.