diff options
Diffstat (limited to 'e.lua')
| -rw-r--r-- | e.lua | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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)) |
