add crypto.ml

This commit is contained in:
swrup 2025-11-21 19:07:36 +01:00
parent bf4a24ac64
commit 65ccb5a86f
7 changed files with 152 additions and 152 deletions

View file

@ -1,5 +1,6 @@
open Types
open Api_types
open Crypto
let encode_exn jsont v = Jsont_bytesrw.encode_string jsont v |> Result.get_ok
let encode jsont v = Jsont_bytesrw.encode_string jsont v