sodium.cr/spec
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
..
cox Breaking API changes: 2019-06-28 04:32:16 -07:00
cox_spec.cr Breaking API changes: 2019-06-28 04:32:16 -07:00
spec_helper.cr Initial commit 2017-07-11 22:15:35 -05:00