Get algorithm information
Algorithm metadata
Generate a new CROSS-rsdpg-256-small keypair
Sign a message with CROSS-rsdpg-256-small
Message to sign (any length)
Secret key (64 bytes)
Signature (variable length, max 36454 bytes)
Verify a CROSS-rsdpg-256-small signature
Original message
Signature to verify
Public key (106 bytes)
True if signature is valid, false otherwise
CROSS-rsdpg-256-small signature algorithm wrapper class
CrossRsdpg256Small
Description
High-level wrapper for CROSS-rsdpg-256-small signature operations. Provides secure key generation, message signing, and signature verification with automatic memory management.
Memory Management:
Example