Skip to content

Commit 10ba9aa

Browse files
authored
xmss: rm useless koalabear comment (#37)
1 parent c253a5f commit 10ba9aa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lean_spec/subspecs/xmss/constants.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
(production instantiation).
88
99
We also provide a test instantiation for testing purposes.
10-
11-
.. note::
12-
This specification uses the **KoalaBear** prime field, which is consistent
13-
with the formal analysis in the reference papers (e.g., Section 5 of the
14-
"LeanSig" technical note: https://eprint.iacr.org/2025/1332).
15-
16-
The canonical Rust implementation currently uses the `BabyBear` field for
17-
practical reasons but is expected to align with this
18-
specification in the future.
1910
"""
2011

2112
from pydantic import BaseModel, ConfigDict

0 commit comments

Comments
 (0)