Files
se050-wireguard/tests
km 50884811ca X25519 テストベクトル確認
RFC 7748 Section 5.2 の正しい値:
- Input scalar:  a546e36bf0527c9d3b16154b82465edd62144c0ac1fc5a18506a2244ba449ac4
- Input u-coord: e6db6867583030db3594c1a424b15f7c726624ec26b3353b10a903a6d0ab1c4c
- Output:        c3da55379de9c6908e94ea4df28d084f32eccf03491c71f754b4075577a28552

現状:
- テストベクトル: 正しい
- Python 実装: 成功
- C 実装: 0xffff が出力される(field 演算の問題)

次のステップ:
- C 実装の field 演算(fe_sub, fe_mul)のデバッグ
- Python との中間値比較
2026-03-27 06:10:45 +09:00
..
2026-03-26 09:07:40 +09:00