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:
|
||||
(* TODO sig type
|
||||
should be
|
||||
string -> RsaSignature.t *)
|
||||
string -> RsaSignature.t
|
||||
+ b32 *)
|
||||
string ->
|
||||
string;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ type t = {
|
|||
sign:
|
||||
(* TODO sig type
|
||||
should be
|
||||
string -> EddsaSignature.t *)
|
||||
string -> EddsaSignature.t
|
||||
+ b32 *)
|
||||
string ->
|
||||
string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue