Base32 for OCaml
Go to file
pukkamustard c08f37455b Base32: Fix message when lenght of alphabet is wrong 2022-06-16 11:58:25 +02:00
.reuse Base32: encode_* 2021-02-03 10:53:01 +01:00
LICENSES Base32: encode_* 2021-02-03 10:53:01 +01:00
lib Base32: Fix message when lenght of alphabet is wrong 2022-06-16 11:58:25 +02:00
test Format source and add package details 2022-06-08 08:36:54 +02:00
.gitignore Base32: encode_* 2021-02-03 10:53:01 +01:00
.ocamlformat Format source and add package details 2022-06-08 08:36:54 +02:00
README.md add README.md 2021-02-03 18:49:39 +01:00
base32.opam dune-project: Add qcheck-alcotest to dependencies 2022-06-14 12:23:34 +02:00
dune-project dune-project: Add qcheck-alcotest to dependencies 2022-06-14 12:23:34 +02:00
guix.scm Format source and add package details 2022-06-08 08:36:54 +02:00

README.md

Base32 for OCaml

This implements Base32 encoded as specified by RFC 4648 for OCaml.

ocaml-base32 is an adaptation of ocaml-base64

License

ISC