Skip to content

Releases: didactic-drunk/sodium.cr

v1.2.3

02 May 17:26
Compare
Choose a tag to compare

Add blake2b_hash to targets

v1.2.2

27 Mar 03:05
Compare
Choose a tag to compare

Crystal 1.0.0 support

v1.2.1

19 Mar 16:42
Compare
Choose a tag to compare

Release v1.2.1

Crystal 0.36 support.

v1.2.0

28 Jun 23:34
Compare
Choose a tag to compare

Release v1.2.0

v1.1.1

11 Nov 03:13
Compare
Choose a tag to compare

Release v1.1.1

v1.1.0

17 Sep 11:43
Compare
Choose a tag to compare

Release v1.1.0

Sodium::Cipher::Aead::Xchacha20Poly1305Ietf
  New recommended AEAD algorithm.
Sodium::Password
  Create keys based on a time cost.
  Hashing and Key derivation split in to separate classes.
Sodium::*::PublicKey
  JSON and Yaml converters.
Sodium::Cipher::Chalsa
  Add #random_bytes for use as a CSPRNG.
Sodium::Nonce
  Reuse detection.
Sodium::SecureBuffer
  State transitions with exceptions instead of crashes.
Sodium::Kdf
  Use SecureBuffer to keep key unreadable until used.

SecureBuffer uniformly used in most key holding classes with erase param.

More documentation.
More benchmarks.
More specs.

v1.0.1

06 Aug 23:28
Compare
Choose a tag to compare

Release v1.0.1

API should be stable

06 Aug 22:19
Compare
Choose a tag to compare
v1.0.0

Release 1.0.0

v0.9.0

06 Aug 22:11
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
Add Documentation.