Get algorithm information
Algorithm metadata
Generate a new OV-V keypair
Sign a message using the secret key
Message to sign (arbitrary length)
Secret key for signing (2436704 bytes)
Digital signature (up to 260 bytes)
Verify a signature against a message using the public key
Original message that was signed
Signature to verify
Public key for verification (2869440 bytes)
True if signature is valid, false otherwise
OV-V digital signature wrapper class
OVV
Description
High-level wrapper for OV-V signature operations. Provides secure key generation, signing, and verification with automatic memory management.
Memory Management:
Example