diff options
Diffstat (limited to 'tests/t.lua')
| -rw-r--r-- | tests/t.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t.lua b/tests/t.lua new file mode 100644 index 0000000..9c71c61 --- /dev/null +++ b/tests/t.lua @@ -0,0 +1,5 @@ +a = require "lullaby" + +o = a.crypto.sha224() +--o:update("me") +--print(o:final()) |
