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.
| module | description | lines | funcs |
|---|---|---|---|
| nx_ecdsa_p256.nx | ECDSA signature verification over NIST P-256. | 198 | 5 |
| nx_ecdsa_p256_sign.nx | ECDSA P-256 signature generation. | 239 | 4 |
| nx_ecdsa_p256_sign_test.nx | MONITOR for ECDSA P-256 SIGN. | 86 | 1 |
| nx_ecdsa_p256_test.nx | KAT for ECDSA signature verification. | 141 | 1 |
| nx_ecdsa_p384.nx | ECDSA-P384 signature verification orchestrator. | 121 | 4 |
| nx_ecdsa_p384_bisect_test.nx | bisect the verify failure on | 241 | 3 |
| nx_ecdsa_p384_real_bisect_test.nx | bisect ECDSA-P384 verify | 286 | 7 |
| nx_ecdsa_p384_test.nx | KAT for ECDSA-P384 verify against the | 110 | 1 |
| nx_ecdsa_sig_der.nx | parse DER-encoded ECDSA signatures into | 236 | 6 |
| nx_ecdsa_sig_der_384.nx | parse DER-encoded ECDSA-P384 signatures | 117 | 3 |
| nx_ecdsa_sig_der_test.nx | KAT for the ECDSA DER-sig parser. | 151 | 1 |