code wiki / ecdsa

topic: ecdsa

11 modules sharing the ecdsa name family (derived from the tree's prefix discipline).

The 'ecdsa' topic family in the Nishi sovereign ecosystem provides cryptographic functions for elliptic curve digital signature algorithm (ECDSA) operations. It includes modules for signature verification and generation over specific curves, such as nx_ecdsa_p256 for P-256 curve validation and nx_ecdsa_p384 for P-384 curve orchestration. The nx_ecdsa_p256_sign_test module serves as a monitor for signature generation, ensuring reliability and correctness within the NishiLang framework.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_ecdsa_p256.nxECDSA signature verification over NIST P-256.1985
nx_ecdsa_p256_sign.nxECDSA P-256 signature generation.2394
nx_ecdsa_p256_sign_test.nxMONITOR for ECDSA P-256 SIGN.861
nx_ecdsa_p256_test.nxKAT for ECDSA signature verification.1411
nx_ecdsa_p384.nxECDSA-P384 signature verification orchestrator.1214
nx_ecdsa_p384_bisect_test.nxbisect the verify failure on2413
nx_ecdsa_p384_real_bisect_test.nxbisect ECDSA-P384 verify2867
nx_ecdsa_p384_test.nxKAT for ECDSA-P384 verify against the1101
nx_ecdsa_sig_der.nxparse DER-encoded ECDSA signatures into2366
nx_ecdsa_sig_der_384.nxparse DER-encoded ECDSA-P384 signatures1173
nx_ecdsa_sig_der_test.nxKAT for the ECDSA DER-sig parser.1511