aboutsummaryrefslogtreecommitdiff
path: root/c.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-19 11:38:32 -0600
committerame <[email protected]>2023-12-19 11:38:32 -0600
commit2125ee40a74fad6d9c92f835dda590e35ffae0e5 (patch)
tree69a999e4d39ddb4dfa3b7be37f5454f8e7d4e5a2 /c.lua
parent64d3e78262c35857ae9310c9b9da9ee91ea43dd2 (diff)
updated some io stuff
Diffstat (limited to 'c.lua')
-rw-r--r--c.lua11
1 files changed, 2 insertions, 9 deletions
diff --git a/c.lua b/c.lua
index 45a531a..c90c8fe 100644
--- a/c.lua
+++ b/c.lua
@@ -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"))