This commit is contained in:
Christopher Cookman 2024-10-27 16:37:17 -06:00
parent 3f090f59fe
commit 931c254523
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -1,5 +1,5 @@
return {
random = require("ccryptolib.random.lua");
random = require("ccryptolib.random");
aead = require("ccryptolib.aead");
blake3 = require("ccryptolib.blake3");
chacha20 = require("ccryptolib.chacha20");