sodium.cr/src/cox/crypto_box
Didactic Drunk a02c54f4a7 Breaking API changes:
SecretKey renamed to CryptoBox::SecretKey
  PublicKey renamed to CryptoBox::PublicKey
  KeyPair removed.  Use CryptoBox::SecretKey instead.

  Cox.encrypt was removed.  Use `secret_key.pair(...).encrypt`
  Cox.decrypt was removed.  Use `secret_key.pair(...).decrypt`
2019-06-28 04:32:16 -07:00
..
pair.cr Breaking API changes: 2019-06-28 04:32:16 -07:00
public_key.cr Breaking API changes: 2019-06-28 04:32:16 -07:00
secret_key.cr Breaking API changes: 2019-06-28 04:32:16 -07:00