This commit is contained in:
swrup 2025-10-16 16:29:03 +02:00
parent 9dcc671435
commit 53bc22c0c0
8 changed files with 144 additions and 5 deletions

View file

@ -1,6 +1,11 @@
type t = {
pub: Mirage_crypto_ec.Ed25519.pub;
sign: string -> string;
sign:
(* TODO sig type
should be
string -> EddsaSignature.t *)
string ->
string;
}
let make ~name =