Crate zksync_crypto_primitives

Source

Re-exports§

pub use self::eip712_signature::*;
pub use self::packed_eth_signature::*;

Modules§

eip712_signature
This is implementation of a standard for hashing typed structured data for EIP-712 signing standard.
hasher
packed_eth_signature

Structs§

K256PrivateKey
secp256k1 private key wrapper.
Signature
Signature encoded as RSV components

Functions§

public_to_address
Convert public key into the address
recover
Recovers the public key from the signature for the message
sign
Signs message with the given secret key. Returns the corresponding signature.