Commit graph

15 commits

Author SHA1 Message Date
Didactic Drunk
bd5e89dcd4 Internal switch to Crypto::Secret 2021-06-16 18:19:30 -07:00
Didactic Drunk
f9de09f2d7 crystal backwards compatibility 2021-03-18 11:11:19 -07:00
Ferhat Ziba
e68a316e8a upgrade for crystal 0.36.0 2021-01-29 10:42:16 +01:00
Didactic Drunk
8134714804 Sodium::Digest::Blake2b Log.warn on small key size. 2020-06-28 16:32:52 -07:00
Didactic Drunk
f1a225b03b Sodium::Digest::Blake2b Add #hexfinal(dst).
Better specs.
2020-06-28 16:30:17 -07:00
Didactic Drunk
a8f716de09 Crystal <= 0.34 backport final methods from crystal 0.35.
Crystal = 0.35 use new Digest::Base interface.
Crystal > 0.35 futureport `hexfinal` method.
2020-05-18 23:13:50 -07:00
Didactic Drunk
8ed9f94ead Documentation fixes. 2019-08-06 16:45:20 -07:00
Didactic Drunk
9247d739ac Allow dup of Sodium::SecureBuffer.
Sodium::Digest::Blake2b use to_slice internally.
2019-07-27 00:35:27 -07:00
Didactic Drunk
cfd8a10b6b Blake2b accepts a SecureBuffer key.
More public constructors for SecretBox.
2019-07-08 13:24:25 -07:00
Didactic Drunk
92ac0ef6d4 Version 0.9.0
Rearrange CryptoBox.
Move Sodium::Error to it's own file.
Requiring individual files is now possible.
Individual require now possible.
2019-07-01 06:47:11 -07:00
Didactic Drunk
7745e2f912 Wipe bugfix for StaticArray.
Thanks (in no particular order shuffled randomly until alphabetical)
  @asterite @bcardiff @blacksmoke16
2019-06-30 14:03:08 -07:00
Didactic Drunk
65b12cddd9 Documentation. 2019-06-29 19:49:57 -07:00
Didactic Drunk
82c19bc78e Documentation.
Remove wipe in specs until bugs sorted out.

Switch most remaining properties to getter.
2019-06-29 19:20:30 -07:00
Didactic Drunk
162cd72b0c Add seed support to CryptoBox and Sign.
Wiping now supports multiple variables by Annotation.
2019-06-29 17:21:00 -07:00
Didactic Drunk
a4b1b8071c Rename project from "cox" to "sodium.cr". 2019-06-28 16:25:05 -07:00
Renamed from src/cox/digest/blake2b.cr (Browse further)