dune: add mte library; + wip key jsont
This commit is contained in:
parent
d5eaf6d92f
commit
a04e179c08
5 changed files with 47 additions and 34 deletions
|
|
@ -21,4 +21,6 @@ let decode s =
|
|||
| c -> c)
|
||||
s
|
||||
in
|
||||
Base32.decode ~alphabet ~off:0 ~len:(String.length s) s
|
||||
match Base32.decode ~alphabet ~off:0 ~len:(String.length s) s with
|
||||
| Error (`Msg e) -> Error e
|
||||
| Ok v -> Ok v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue