diff options
| author | ame <[email protected]> | 2023-10-24 23:51:50 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-10-24 23:51:50 -0500 |
| commit | 27c33caa85a3f61686ceae7bf555817d69df9c84 (patch) | |
| tree | 185cdaabc7923dc8444e4afee185f94a1e19c160 /c.lua | |
| parent | c177b7a0ec55307e4f1352ca8b68c3e059c2add6 (diff) | |
sha2xx
Diffstat (limited to 'c.lua')
| -rw-r--r-- | c.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,4 +2,7 @@ require "llib" print(llib.crypto.md5("wowa")); print(llib.crypto.sha1("wowa")); print(llib.crypto.sha0("wowa")); +print(llib.crypto.sha256("wowa")); +print(llib.crypto.sha224("wowa")); + |
