Module raiden_blockchain::keys

source ·
Expand description

Keys module.

Structs§

  • A wrapper of SecretKey to use for signing.

Enums§

Functions§

  • Decrypts bytes using the current account’s private key.
  • Encrypt bytes with the receiver’s public key.