crockford base32: remove padding

This commit is contained in:
swrup 2026-02-06 21:39:53 +01:00
parent d9b71e24cd
commit 6af4f57d20
167 changed files with 17484 additions and 5 deletions

View file

@ -0,0 +1,11 @@
(test
(name test)
(modules test)
(libraries mte fmt))
; TODO
; cram test?
; gcc -o a.out ./test/signatures.c && ./a.out > a.output
; rm ./a.out
; dune exec ./test/test.exe > b.output
; cmp -l a.output b.output