Skip to main content

Module crypto

Module crypto 

Source
Expand description

Cryptographic utilities (hash verification, PGP). Cryptographic utilities for the Lua environment.

This module provides functions to verify file integrity using hashes and digital signatures, ensuring the security of downloaded assets.

Functionsยง

add_add_pgp_key
Adds the addPgpKey function to the Lua global environment.
add_verify_hash
Exposes cryptographic utilities to the Lua environment.
add_verify_signature
Adds the verifySignature function to the Lua global environment.