Ed25519 (EdDSA) signatures.
Functions
fn verifyBatch(comptime count: usize, signature_batch: [count]BatchElement) SignatureVerificationError || IdentityElementError || WeakPublicKeyError || EncodingError || NonCanonicalError!void
Verify several signatures in a single operation, much faster than verifying sign…
Verify several signatures in a single operation, much faster than verifying signatures one-by-one
Values
noise_length | comptime_int | Length (in bytes) of optional random bytes, for non-deterministic signatures. |