From 697c9bdd10e845d27018d83afb7828b6c7d82605 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 19 Dec 2023 11:38:32 -0600 Subject: updated some io stuff --- c.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'c.lua') 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")) -- cgit v1.2.3