The signing & verification library.
The library a sender uses to sign a record before it leaves their hands, package it for submission, and later re-verify the receipt offline. Pure cryptographic primitives — no network calls required to check a proof.
- · Six signature families: ECDSA (secp256k1), Ed25519, EIP-191, EIP-712, EIP-1271 (smart-contract wallets), Iden3 ZK
- · K-of-N notary aggregate signatures (ECDSA + BLS12-381)
- · Receipt, Merkle, and Sparse-Merkle-Tree proofs (RFC 6962)
- · Offline re-verification against any published snapshot
- · Submission client (HTTPS, idempotent)