wip /management

This commit is contained in:
swrup 2025-10-16 10:18:22 +02:00
parent b27ebea6ee
commit 112ece6d9a
9 changed files with 158 additions and 5 deletions

View file

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