This commit is contained in:
parent
9dcc671435
commit
53bc22c0c0
8 changed files with 144 additions and 5 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue