wip /management
This commit is contained in:
parent
b27ebea6ee
commit
112ece6d9a
9 changed files with 158 additions and 5 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue