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 | bbdb94b7ed8acfb0ded338e4c2b92240e3f10128 (patch) | |
| tree | 75a140c902cbf26bb4c78f710b903c5daee8a20e /c.lua | |
| parent | 560e7e1f38cdbfb6394e958a3518729f08374174 (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")); |
