diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hash.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash.lua b/tests/hash.lua index 7b01bd0..23714a9 100644 --- a/tests/hash.lua +++ b/tests/hash.lua @@ -156,4 +156,4 @@ test("sha512", "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@ --test("sha512", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "014842d480b571495a4a0363793f7367") --print(llib.crypto.md5("meow meow mrrp meow meow!! mrrp ")) print(hashes_working.."/"..hashes_failed.." hashes working/failed") -print(functions_working.."/"..functions_failed.." functions working/failed")
\ No newline at end of file +print(functions_working.."/"..functions_failed.." functions working/failed") |
