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
addPgpKeyfunction to the Lua global environment. - add_
verify_ hash - Exposes cryptographic utilities to the Lua environment.
- add_
verify_ signature - Adds the
verifySignaturefunction to the Lua global environment.