nx_sign_ceremony_lib.nx
buildroot/runtime/nx_sign_ceremony_lib.nx
about
nx_sign_ceremony_lib.nx -- Nishi Sign CEREMONY (F504): the signing WORKFLOW over the
tamper-evident core. UETA/ESIGN by construction: a signer CANNOT sign without consent
(intent to sign + consent to transact electronically); attribution = signer in the
hash-chained event; retention = immutable seg_store; completion = sealed certificate
(CID over env+doc+signers+audit_head). Composes nx_sign_envelope_lib (the chain).
LIB (no main). license_tier: ORIGINAL
dependencies 1 imports · 3 importers
imports: nx_sign_envelope_lib.nx
imported by: nx_matter_intake_lib.nxnx_sign_ceremony.nxnx_sign_ceremony_gate.nx
structs
| none |
consts
| none |
functions
| 11 | func sc_consent_ok(c: *u8) -> i64 |
| 18 | func sc_sign(eid: *u8, seq: i64, name: *u8, ts: i64, consent: *u8, prev: *u8, out_head: *u8) -> i64 |
| 27 | func sc_cert(eid: *u8, doc_cid: *u8, nsigned: *u8, head_hex: *u8, out: *u8) -> i64 |
| 44 | func sc_cert_put(prefix: *u8, eid: *u8, cert: *u8, certlen: i64) -> i64 |