diff options
| author | ame <[email protected]> | 2023-12-19 11:38:32 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-19 11:38:32 -0600 |
| commit | 697c9bdd10e845d27018d83afb7828b6c7d82605 (patch) | |
| tree | 69a999e4d39ddb4dfa3b7be37f5454f8e7d4e5a2 /c.lua | |
| parent | 0112e2609f8aceb791656d19db568d04c586d7be (diff) | |
updated some io stuff
Diffstat (limited to 'c.lua')
| -rw-r--r-- | c.lua | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,10 +1,3 @@ require "llib" -print(llib.crypto.spookyhash128_v1("meow")) -print(llib.crypto.spookyhash128_v2("meow")) -print(llib.crypto.spookyhash64_v1("meow")) -print(llib.crypto.spookyhash64_v2("meow")) -print(llib.crypto.spookyhash32_v1("meow")) -print(llib.crypto.spookyhash32_v2("meow")) - - - +llib.config.set({file_chunksize = 2}) +print(llib.io.readfile("src/hash/md5.c")) |
