We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c253a5f commit 10ba9aaCopy full SHA for 10ba9aa
src/lean_spec/subspecs/xmss/constants.py
@@ -7,15 +7,6 @@
7
(production instantiation).
8
9
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.
19
"""
20
21
from pydantic import BaseModel, ConfigDict
0 commit comments