Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 48c88aa585 | |||
| fa6048e7be | |||
| 2799009a5a | |||
| ca0993a6c9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9142bb14748cc57356cf4dacec822e80eaf6dba8e1538ec93be17ee37027c7a4
|
||||
size 624895
|
||||
3
crypton-1.0.4.tar.gz
Normal file
3
crypton-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4885402206422450823e7001a40d0f6b11d0c603a0cb8bf8ff5a186b7c4011a
|
||||
size 649976
|
||||
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-crypton
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.1
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Cryptography Primitives sink
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user