Skip to content

crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen#26031

Merged
jedisct1 merged 1 commit intoziglang:masterfrom
jedisct1:mlkemdet
Nov 24, 2025
Merged

crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen#26031
jedisct1 merged 1 commit intoziglang:masterfrom
jedisct1:mlkemdet

Conversation

@jedisct1
Copy link
Contributor

FIPS-203 algorithm 13 for deterministic key generation uses (𝜌, 𝜎) ← G(𝑑 ‖ 𝑘) , not (𝜌, 𝜎) ← G(k ‖ d)

@jedisct1 jedisct1 enabled auto-merge (squash) November 24, 2025 08:59
FIPS-203 algorithm 13 for deterministic key generation uses
(𝜌, 𝜎) ← G(𝑑 ‖ 𝑘) , not (𝜌, 𝜎) ← G(k ‖ d)
@jedisct1 jedisct1 merged commit 3c647ca into ziglang:master Nov 24, 2025
9 checks passed
@jedisct1 jedisct1 deleted the mlkemdet branch November 24, 2025 22:18
jedisct1 added a commit to jedisct1/zig that referenced this pull request Nov 25, 2025
* master: (35 commits)
  std.Io.Threaded: fix QueryPerformanceCounter usage
  build runner: fix recursive locking of max_rss_mutex
  frontend: introduce error.Canceled
  build runner: update Mutex and Condition usage to std.Io
  build runner: update from std.Thread.Pool to std.Io
  std.Io: add Group.concurrent
  std.Io.File.readPositional fixed buffer type
  crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen (ziglang#26031)
  README: update some links
  Move Windows rename implementation from std.posix to windows.RenameFile
  os.windows: Delete unused functions and kernel32 bindings
  ci: bump riscv64-linux-release timeout to 8 hours on Forgejo Actions
  windows.GetFinalPathNameByHandle: add links to bugs tracking the Wine workaround
  README: use HTTPS for `releases.llvm.org`
  langref: convert to unmanaged `ArrayList` in example
  std.math.big.int: fix format functions
  std.Target: remove Abi.code16
  cbe: translate sparc ccr/icc/xcc registers to icc
  Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers"
  flate.Compress: simplify huffman node comparisons
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant