diff options
| author | ame <[email protected]> | 2023-10-23 20:47:41 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-10-23 20:47:41 -0500 |
| commit | 1b7793a661227e36ed870976c8b73abb2e749113 (patch) | |
| tree | 75a140c902cbf26bb4c78f710b903c5daee8a20e /c.lua | |
| parent | 8fc7bc2bbb27cf6ce1181fef78b9243d913b80c8 (diff) | |
sha1 & reorganizing
Diffstat (limited to 'c.lua')
| -rw-r--r-- | c.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ require "llib" -print(llib.crypto.md5("Hello, world!")); +print(llib.crypto.md5("wowa")); +print(llib.crypto.sha1("wowa")); +print(llib.crypto.sha0("wowa")); |
