functorize secmod
This commit is contained in:
parent
7f440077ed
commit
cb33942711
6 changed files with 110 additions and 97 deletions
|
|
@ -252,7 +252,7 @@ module RsaSignature : sig
|
|||
type t
|
||||
|
||||
val jsont : t Jsont.t
|
||||
val sign : key:RsaPrivateKey.t -> string -> string
|
||||
val sign : key:RsaPrivateKey.t -> string -> t
|
||||
end = struct
|
||||
type t = string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue