Module utils

Source
Expand description

Utility functions for cryptographic operations

Functionsยง

generate_keypair
Generate a new keypair for the specified key type
sign_message
Sign a message with a private key
verify_signature
Verify a signature with a public key