Rust WebAssembly Crypto Example

Keypair Generation

Result will appear here

Message Signing

Signature will appear here

Signature Verification

Verification result will appear here

Symmetric Encryption

Note: Nonce is handled internally
Encrypted data will appear here

Symmetric Decryption

Note: Nonce is now extracted automatically from the ciphertext
Decrypted data will appear here