Skip to main content

Module crypto

Module crypto 

Source
Expand description

Native crypto module for hashing, encoding, and signing utilities.

Exports: crypto.sha256, crypto.sha512, crypto.sha1, crypto.md5, crypto.hmac_sha256, crypto.base64_encode, crypto.base64_decode, crypto.hex_encode, crypto.hex_decode, crypto.random_bytes, crypto.ed25519_generate_keypair, crypto.ed25519_sign, crypto.ed25519_verify

Functionsยง

create_crypto_module
Create the crypto module with hashing and encoding functions.