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