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
cryptomodule with hashing and encoding functions.