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