add test/b32.ml; no need to re-pad in B32.decode

This commit is contained in:
swrup 2026-02-07 20:29:35 +01:00
parent c9842f5cc1
commit b741692018
4 changed files with 24 additions and 28 deletions

View file

@ -3,6 +3,11 @@
(modules test)
(libraries mte fmt))
(test
(name b32)
(modules b32)
(libraries b32 fmt))
; TODO
; cram test?
; gcc -o a.out ./test/signatures.c && ./a.out > a.output