We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fa72f commit 0132e2eCopy full SHA for 0132e2e
implementations.yaml
@@ -5,7 +5,7 @@ traits_version: 0.3.5
5
6
kems:
7
mlkem:
8
- version: 0.1.0
+ version: 0.1.1
9
x86_avx2_guard: 'target_arch == "x86_64" && avx2_enabled && !is_windows && !is_macos'
10
implementations: [clean, avx2, aarch64]
11
schemes:
@@ -63,7 +63,7 @@ kems:
63
64
signs:
65
mldsa:
66
- version: 0.1.1
+ version: 0.2.0
67
x86_avx2_guard: 'target_arch == "x86_64" && avx2_enabled && !is_windows'
68
implementations: [clean, avx2, aarch64_sha3]
69
supports_context: true
@@ -75,7 +75,7 @@ signs:
75
- name: ml-dsa-87
76
77
falcon:
78
- version: 0.4.0
+ version: 0.4.1
79
80
81
- name: falcon-512
0 commit comments