ver bumps up

This commit is contained in:
Kazu Yamamoto 2023-11-10 09:31:01 +09:00
parent aac5e5a79d
commit cdebf18bf1
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 0.34
* Hashing getRandomBytes before using as Seed for ChaChaDRG
[#24](https://github.com/kazu-yamamoto/crypton/pull/24)
* Add support for XChaCha and XChaChaPoly1305
[#18](https://github.com/kazu-yamamoto/crypton/pull/18)
* Strict byteArray of IV c
[#16](https://github.com/kazu-yamamoto/crypton/pull/16)
## 0.33
* Add "crypton_" prefix to the final C symbols.

View File

@ -1,5 +1,5 @@
Name: crypton
version: 0.33
version: 0.34
Synopsis: Cryptography Primitives sink
Description:
A repository of cryptographic primitives.