Skip to main content

Module composite

Module composite 

Source
Expand description

Composite signature verification methods.

composite_verify is the first end-to-end crypto method in the daemon: it accepts a JSON envelope + base64 message, runs the built-in Ed25519 + ECDSA-P256 verifiers, and returns a structured per-component result.

Stateless and self-contained — no handle store, no plugin loading. This is the shape we want for every “verifier” JSON-RPC method.

Functions§

composite_verify
composite_verify({ "message": "<base64>", "composite": {...} })