aboutsummaryrefslogtreecommitdiff
path: root/e.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-04 01:04:57 -0600
committerame <[email protected]>2023-12-04 01:04:57 -0600
commit0cb307c50930d9aba2b1a6af46c1da75943778d3 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /e.lua
parent7eb07ccdca178abffe5ffccf686b4f818db3601d (diff)
crypto stuff and (some) file io
Diffstat (limited to 'e.lua')
-rw-r--r--e.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/e.lua b/e.lua
index 20ed603..7860474 100644
--- a/e.lua
+++ b/e.lua
@@ -1,5 +1,3 @@
require "llib"
-local wow = llib.crypto.uuencode("wowa wowa wowa WQHOIDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
-print(wow)
-print(llib.crypto.uudecode(wow))
+print(llib.crypto.sha512_t("meow",224))