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