OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-crypton?expand=0&rev=11
78 lines
2.7 KiB
Plaintext
78 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 30 01:29:44 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 1.0.4.
|
|
## 1.0.4
|
|
|
|
* Ed448.sign: avoid extra re-derive of public key.
|
|
[#48](https://github.com/kazu-yamamoto/crypton/pull/48)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 29 03:59:21 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 1.0.3.
|
|
## 1.0.3
|
|
|
|
* Make sign of Ed25519/Ed448 safer. The public key parameter is
|
|
ignored and its public key is generated from the secret key
|
|
parameter to prevent Double Public Key Signing Function Oracle
|
|
Attack.
|
|
[#47](https://github.com/kazu-yamamoto/crypton/pull/47)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 11 19:15:31 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 1.0.2.
|
|
## 1.0.2
|
|
|
|
* Deterministic Nonce Generation for ECDSA
|
|
[#46](https://github.com/kazu-yamamoto/crypton/pull/46)
|
|
* ECDSA Signature Normalization.
|
|
[#45](https://github.com/kazu-yamamoto/crypton/pull/45)
|
|
* Add Full Test Suite from RFC 6979.
|
|
[#44](https://github.com/kazu-yamamoto/crypton/pull/44)
|
|
* ECDSA with Public Key Recovery.
|
|
[#43](https://github.com/kazu-yamamoto/crypton/pull/43)
|
|
* Providing necessary features for HPKE.
|
|
[#42](https://github.com/kazu-yamamoto/crypton/pull/42)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 18 02:53:00 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 1.0.1.
|
|
## 1.0.1
|
|
|
|
* Update decaf library.
|
|
[#38](https://github.com/kazu-yamamoto/crypton/pull/38)
|
|
* Add TypeOperators language extension to EdDSA.hs.
|
|
[#36](https://github.com/kazu-yamamoto/crypton/pull/36)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 25 23:14:26 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 1.0.0.
|
|
## 1.0.0
|
|
|
|
* Versions follow the standard version policy.
|
|
* Removing pthread stuff.
|
|
[#32](https://github.com/kazu-yamamoto/crypton/pull/32)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 00:32:55 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update crypton to version 0.34.
|
|
## 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 5 03:04:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Add crypton at version 0.33.
|
|
|