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
commit7832bc32b4933696e7a34b180bbba46b0c98b858 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /e.lua
parentb224d2f0b9b344a08c6c508d61f15bdf205464f8 (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))