Didactic Drunk
|
f036295aa3
|
Sign:
Add `.copy_from` `.move_from` instead of *erase*
Prefer `.random`
Deprecate old `.initialize`
|
2022-04-28 12:17:11 -07:00 |
Didactic Drunk
|
98c3a2bff4
|
Sign experimental combined signatures
|
2022-04-28 01:54:46 -07:00 |
Didactic Drunk
|
24ffdce5c3
|
Experimental Sign combined mode
|
2022-04-27 01:04:11 -07:00 |
didactic-drunk
|
bbbbcbd856
|
Merge pull request #15 from place-labs/fix/aead-chalsa-signature
Fix `#encrypt_detached` for crystal 1.2.0
|
2022-03-09 12:54:53 -08:00 |
Caspian Baska
|
f8e12cd435
|
Remove support for crystal versions < 1.0.0
|
2021-10-20 15:54:50 +11:00 |
Caspian Baska
|
5790d171ca
|
Allow other jobs to continue after failure
|
2021-10-20 15:49:10 +11:00 |
Caspian Baska
|
3c8f628713
|
Add matrix of crystal versions
The matrix represents the stated supported version in the `shard.yml`
|
2021-10-20 15:11:40 +11:00 |
Caspian Baska
|
971edade77
|
Fix `#encrypt_detached` for crystal 1.2.0
|
2021-10-20 15:06:17 +11:00 |
Didactic Drunk
|
b90d9bf117
|
Sodium::Cipher::Aead::XChaCha20Poly1305IetfL: Add #nonce_size
|
2021-06-26 17:27:16 -07:00 |
Didactic Drunk
|
910666bcdf
|
Internal switch to Crypto::Secret
|
2021-06-21 17:54:23 -07:00 |
Didactic Drunk
|
a1706055e1
|
Internal switch to Crypto::Secret
|
2021-06-21 02:53:06 -07:00 |
Didactic Drunk
|
abd43f0a1e
|
Deprecate SecureBuffer#to_slice
|
2021-06-16 19:50:40 -07:00 |
Didactic Drunk
|
bd5e89dcd4
|
Internal switch to Crypto::Secret
|
2021-06-16 18:19:30 -07:00 |
Didactic Drunk
|
0e1b64b1bf
|
Partial internal switch to Crypto::Secret API
|
2021-06-16 14:50:26 -07:00 |
Didactic Drunk
|
fca40d7764
|
Sodium::SecureBuffer is now a Crypto::Secret
|
2021-06-14 18:15:03 -07:00 |
Didactic Drunk
|
cd0ce1ccdb
|
Sodium::Nonce Remove redundant used check
|
2021-06-09 09:05:55 -07:00 |
Didactic Drunk
|
c75a51c078
|
Add Sodium::Nonce.random
Improve Nonce used detection
Improve Nonce documentation
|
2021-06-07 11:05:13 -07:00 |
Didactic Drunk
|
ca9b905b73
|
Remove .travis.yml
|
2021-06-06 00:27:26 -07:00 |
Didactic Drunk
|
a11105ef4a
|
Add commits since last release badge
|
2021-06-06 00:25:51 -07:00 |
Didactic Drunk
|
6805abd977
|
Fix Sodium::Password::Key::Create starting memlimit
|
2021-06-04 07:56:10 -07:00 |
Didactic Drunk
|
c9e40da973
|
Cache libsodium build in github actions
|
2021-06-02 20:42:39 -07:00 |
Didactic Drunk
|
35fcda70aa
|
SecureBuffer: raise when out of memory
|
2021-06-02 20:25:28 -07:00 |
Didactic Drunk
|
fb77719d51
|
Change build status to github actions
|
2021-06-01 11:43:06 -07:00 |
Didactic Drunk
|
0c4f5b3ad9
|
Remove sudo from apt-get
echo to stderr
|
2021-06-01 11:35:46 -07:00 |
Didactic Drunk
|
7bbb393ef5
|
Add github actions
|
2021-06-01 01:55:42 -07:00 |
Didactic Drunk
|
4da95b6398
|
Document SecureBuffer thread safety
|
2021-05-28 01:26:27 -07:00 |
Didactic Drunk
|
38bd985103
|
Keep identical state in Sodium::SecureBuffer#dup
|
2021-05-16 22:42:49 -07:00 |
Didactic Drunk
|
3124048a43
|
Add blake2b_hash to targets
|
2021-04-25 18:20:42 -07:00 |
didactic-drunk
|
690095ae9f
|
Merge pull request #14 from m-o-e/fix-version-mismatch
Fix version mismatch (shard.yml vs release tag)
|
2021-04-20 15:40:29 -07:00 |
moe
|
ed4d9b9b6a
|
Bump version to v1.2.3
|
2021-04-18 21:05:19 +02:00 |
Didactic Drunk
|
234a1fa06f
|
Crystal 1.0.0 support
|
2021-03-26 20:02:38 -07:00 |
Didactic Drunk
|
b271192465
|
Document recommended KDF use
|
2021-03-26 13:56:26 -07:00 |
Didactic Drunk
|
67a1a655ef
|
Add password based encryption example
|
2021-03-23 15:52:40 -07:00 |
Didactic Drunk
|
1bb746c888
|
Add KDF.xchacha20poly1305_ietf
|
2021-03-23 15:52:15 -07:00 |
Didactic Drunk
|
0187d06e96
|
SecureBuffer#wipe with block
|
2021-03-22 10:23:13 -07:00 |
Didactic Drunk
|
b55b6808f2
|
Release 1.2.1
|
2021-03-19 09:40:54 -07:00 |
Didactic Drunk
|
b79d15c039
|
Documentation
|
2021-03-18 19:46:39 -07:00 |
Didactic Drunk
|
0ecb0fd572
|
Remove travis osx. Seems broken.
|
2021-03-18 14:07:42 -07:00 |
Didactic Drunk
|
497af4b401
|
Formatting changes.
|
2021-03-18 11:28:32 -07:00 |
Didactic Drunk
|
f9de09f2d7
|
crystal backwards compatibility
|
2021-03-18 11:11:19 -07:00 |
didactic-drunk
|
c96b01f712
|
Merge pull request #12 from fero46/master
upgrade for crystal 0.36.0
|
2021-03-18 11:04:41 -07:00 |
Ferhat Ziba
|
e68a316e8a
|
upgrade for crystal 0.36.0
|
2021-01-29 10:42:16 +01:00 |
didactic-drunk
|
a3eb428526
|
Merge pull request #10 from mixflame/master
fix bug in env.sh
|
2020-07-27 10:27:52 -07:00 |
Jonathan Silverman
|
32bde4c297
|
fix bug in env.sh
|
2020-07-26 19:19:30 -06:00 |
Didactic Drunk
|
da188875c4
|
Generate Sodium::Sign::SecretKey#seed.
|
2020-07-18 22:49:13 -07:00 |
Didactic Drunk
|
f0213b88c8
|
Expose Sodium::Sign::SecretKey#seed.
|
2020-07-18 22:35:27 -07:00 |
Didactic Drunk
|
c998625056
|
Continue #8
|
2020-07-14 15:52:06 -07:00 |
Didactic Drunk
|
3d700b6157
|
fixes #8.
|
2020-07-10 17:06:53 -07:00 |
Didactic Drunk
|
87d1c12f5b
|
Release 1.2.0
|
2020-06-28 16:34:24 -07:00 |
Didactic Drunk
|
8134714804
|
Sodium::Digest::Blake2b Log.warn on small key size.
|
2020-06-28 16:32:52 -07:00 |