File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 6.0.0] (2018-11-08)
2+
3+ [ 6.0.0 ] : https://github.com/crypto-rb/rbnacl/pull/182
4+
5+ * [ #180 ] ( https://github.com/crypto-rb/rbnacl/pull/180 )
6+ Deprecate rbnacl-libsodium.
7+ ([ @tarcieri ] )
8+
9+ * [ #176 ] ( https://github.com/crypto-rb/rbnacl/pull/176 )
10+ Add support for XChaCha20-Poly1305.
11+ ([ @AnIrishDuck ] )
12+
13+ * [ #174 ] ( https://github.com/crypto-rb/rbnacl/pull/174 )
14+ Fix buffer size type in ` randombytes_buf ` binding.
15+ ([ @elijh ] )
16+
17+ * [ #172 ] ( https://github.com/crypto-rb/rbnacl/pull/172 )
18+ Add support for argon2id digest.
19+ ([ @trofi ] )
20+
21+ * [ #166 ] ( https://github.com/crypto-rb/rbnacl/pull/166 )
22+ Support for non-32-byte HMAC-SHA256/512 keys.
23+ ([ @nsheremet ] )
24+
125## 5.0.0 (2017-06-13)
226
327* [ #159 ] ( https://github.com/crypto-rb/rbnacl/pull/159 )
119143[ @elijh ] : https://github.com/elijh
120144[ @paragonie-scott ] : https://github.com/paragonie-scott
121145[ @fudanchii ] : https://github.com/fudanchii
146+ [ @nsheremet ] : https://github.com/nsheremet
147+ [ @trofi ] : https://github.com/trofi
148+ [ @AnIrishDuck ] : https://github.com/AnIrishDuck
Original file line number Diff line number Diff line change 44# NaCl/libsodium for Ruby
55module RbNaCl
66 # The library's version
7- VERSION = "6.0.0.pre " . freeze
7+ VERSION = "6.0.0" . freeze
88end
You can’t perform that action at this time.
0 commit comments