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