UltrafastSecp256k1/examples/c_example
shrec 97153c730b
BIP-324 horizontal: test suite (62/62), bench_unified section, BENCHMARKS.md, C example
- cpu/tests/test_bip324.cpp: 10 test sections, 62 checks covering
  HKDF-SHA256, ChaCha20-Poly1305 AEAD, ElligatorSwift, Bip324Cipher,
  Bip324Session, packet sequences, determinism, variable sizes,
  tamper resistance, and random-key sessions
- cpu/CMakeLists.txt: register test_bip324_standalone target + selftest
- cpu/tests/run_selftest.cpp: add BIP-324 module (gated by SECP256K1_BIP324)
- cpu/bench/bench_unified.cpp: add BIP-324 ENCRYPTED TRANSPORT section
  with ElligatorSwift, HKDF, AEAD, and Session benchmarks + summary
- docs/BENCHMARKS.md: add BIP-324 benchmark tables and bench target
- examples/c_example/main.c: add [11] BIP-324 session demo (create,
  handshake, encrypt, decrypt) via C ABI
2026-03-22 11:17:24 +00:00
..
main.c BIP-324 horizontal: test suite (62/62), bench_unified section, BENCHMARKS.md, C example 2026-03-22 11:17:24 +00:00