Crate ethsign_crypto

source ·
Expand description

Pure Rust drop-in replacement for the parity-crypto crate.

Re-exports

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 for parity-crypto version which uses constant time compare from ring.