Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions crates/libcrux-ml-dsa/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "libcrux-ml-dsa"
date = "2025-11-29"
url = "https://github.com/cryspen/libcrux/issues/1220"
categories = ["crypto-failure"]

[versions]
patched = [">= 0.0.4"]
unaffected = ["<= 0.0.3"]

[affected]
arch = ["aarch64"]
```

# Incorrect calculation on aarch64

libcrux-ml-dsa 0.0.3 produces incorrect signatures on aarch64.
The exact cryptographic implications of the incorrect calculation
are unclear and have not been analyzed.
21 changes: 21 additions & 0 deletions crates/libcrux-ml-kem/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "libcrux-ml-kem"
date = "2025-11-29"
url = "https://github.com/cryspen/libcrux/issues/1220"
categories = ["crypto-failure"]

[versions]
patched = [">= 0.0.4"]
unaffected = ["<= 0.0.3"]

[affected]
arch = ["aarch64"]
```

# Incorrect calculation on aarch64

libcrux-ml-kem 0.0.3 produces incorrect shared secrets on aarch64.
The exact cryptographic implications of the incorrect calculation
are unclear and have not been analyzed.