This commit is contained in:
parent
c18bbc6854
commit
21cb64725b
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ type rsa = {
|
||||||
sign:
|
sign:
|
||||||
(* TODO sig type
|
(* TODO sig type
|
||||||
should be
|
should be
|
||||||
string -> RsaSignature.t *)
|
string -> RsaSignature.t
|
||||||
|
+ b32 *)
|
||||||
string ->
|
string ->
|
||||||
string;
|
string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,8 @@ type t = {
|
||||||
sign:
|
sign:
|
||||||
(* TODO sig type
|
(* TODO sig type
|
||||||
should be
|
should be
|
||||||
string -> EddsaSignature.t *)
|
string -> EddsaSignature.t
|
||||||
|
+ b32 *)
|
||||||
string ->
|
string ->
|
||||||
string;
|
string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue