Expand description
Native crypto module for hashing and encoding utilities.
Exports: crypto.sha256, crypto.hmac_sha256, crypto.base64_encode, crypto.base64_decode, crypto.hex_encode, crypto.hex_decode
Functionsยง
- create_
crypto_ module - Create the
cryptomodule with hashing and encoding functions.