We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a750d5 commit a8e62cdCopy full SHA for a8e62cd
CHANGES.md
@@ -1,3 +1,12 @@
1
+## v2.1.0 (2026-03-15)
2
+
3
+* Add new module Mirage_crypto_ec.Dsa.Primitive exposing the generator, point
4
+ add, scalar multiplication for NIST curves. This is useful for implementing
5
+ some protocols (such as spake2) (#278 #277 @samoht @hannesm)
6
+* Cleanup gen_tables (#273 #275 @reynir)
7
+* Use 'architecture' 'riscv' to not execute the entropy test on riscv64 (#272
8
+ #273 #274 @reynir @hannesm)
9
10
## v2.0.3 (2026-02-10)
11
12
* Add mirage-crypto-rng-mkernel (#266 @dinosaure)
0 commit comments