Crate tetsy_crypto[−][src]
Expand description
Crypto utils used by ethstore and network.
Re-exports
pub use crate::error::Error; |
Modules
aes | |
digest | |
error | |
hmac | |
pbkdf2 | |
scrypt |
Constants
DEFAULT_MAC | Default authenticated data to use (in RPC). |
KEY_ITERATIONS | |
KEY_LENGTH | |
KEY_LENGTH_AES |
Traits
Keccak256 |
Functions
derive_key_iterations | |
derive_mac | |
is_equal |