Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Mar 3, 2025
1 parent 07fa72f commit 0132e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions implementations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ traits_version: 0.3.5

kems:
mlkem:
version: 0.1.0
version: 0.1.1
x86_avx2_guard: 'target_arch == "x86_64" && avx2_enabled && !is_windows && !is_macos'
implementations: [clean, avx2, aarch64]
schemes:
Expand Down Expand Up @@ -63,7 +63,7 @@ kems:

signs:
mldsa:
version: 0.1.1
version: 0.2.0
x86_avx2_guard: 'target_arch == "x86_64" && avx2_enabled && !is_windows'
implementations: [clean, avx2, aarch64_sha3]
supports_context: true
Expand All @@ -75,7 +75,7 @@ signs:
- name: ml-dsa-87
implementations: [clean, avx2, aarch64_sha3]
falcon:
version: 0.4.0
version: 0.4.1
implementations: [clean, avx2, aarch64]
schemes:
- name: falcon-512
Expand Down

0 comments on commit 0132e2e

Please sign in to comment.