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