Module chain_crypto::asymlock

source ·
Expand description

Simple Assymmetric locking mechanism using:

  • prime order group for DH
  • HKDF for KDF
  • chacha20poly1305 for symmetric encryption algorithm

Enums

Constants

Functions