This commit is contained in:
swrup 2025-10-16 16:32:51 +02:00
parent c18bbc6854
commit 21cb64725b
2 changed files with 4 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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;
} }