Skip to content

Commit

Permalink
Update news [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Nov 21, 2024
1 parent c5ca299 commit f91f829
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Release Notes
Version 3.7.0, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add post-quantum scheme Classic McEliece (GH #3883)

* Add new EC key constructors (GH #4437)

* Internal EC related cleanups (GH #4385)

* Add new operations to EC_AffinePoint (GH #4433)

* TPM 2.0 improvements (GH #4429 #4430)

* Update the Limbo test suite (GH #4406)

* Mark several classes not intended for derivation as ``final`` (GH #4419)

* Add iterator debugging to CI (GH #4413)

Version 3.6.1, 2024-10-26
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Public Key Cryptography
* DH, ECDH, X25519 and X448 key agreement
* Signature schemes ECDSA, DSA, Ed25519, Ed448, ECGDSA, ECKCDSA, SM2, GOST 34.10
* Post-quantum signature schemes ML-DSA (Dilithium), SLH-DSA (SPHINCS+), HSS/LMS, XMSS
* Post-quantum key encapsulation schemes ML-KEM (Kyber), FrodoKEM, McEliece
* Post-quantum key encapsulation schemes ML-KEM (Kyber), FrodoKEM, Classic McEliece
* ElGamal encryption
* Padding schemes OAEP, PSS, PKCS #1 v1.5, X9.31

Expand Down

0 comments on commit f91f829

Please sign in to comment.