Skip to content

Releases: didactic-drunk/sodium.cr

v1.2.3

Choose a tag to compare

@didactic-drunk didactic-drunk released this 02 May 17:26

Add blake2b_hash to targets

v1.2.2

Choose a tag to compare

@didactic-drunk didactic-drunk released this 27 Mar 03:05

Crystal 1.0.0 support

v1.2.1

Choose a tag to compare

@didactic-drunk didactic-drunk released this 19 Mar 16:42

Release v1.2.1

Crystal 0.36 support.

v1.2.0

Choose a tag to compare

@didactic-drunk didactic-drunk released this 28 Jun 23:34

Release v1.2.0

v1.1.1

Choose a tag to compare

@didactic-drunk didactic-drunk released this 11 Nov 03:13

Release v1.1.1

v1.1.0

Choose a tag to compare

@didactic-drunk didactic-drunk released this 17 Sep 11:43

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

Choose a tag to compare

@didactic-drunk didactic-drunk released this 06 Aug 23:28

Release v1.0.1

API should be stable

Choose a tag to compare

@didactic-drunk didactic-drunk released this 06 Aug 22:19
v1.0.0

Release 1.0.0

v0.9.0

v0.9.0 Pre-release
Pre-release

Choose a tag to compare

@didactic-drunk didactic-drunk released this 06 Aug 22:11
Add Documentation.