Crate parity_crypto[−][src]
Crypto utils used ethstore and network.
Re-exports
pub use error::Error; |
Modules
| aes | |
| aes_gcm | |
| 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 |