This commit is contained in:
parent
19b64a092d
commit
d866eec546
3 changed files with 28 additions and 6 deletions
|
|
@ -1,8 +1,8 @@
|
|||
open Crypto
|
||||
|
||||
type 'a result = ('a, string) Result.t
|
||||
|
||||
module type KEYS = sig
|
||||
type 'a result = ('a, string) Result.t
|
||||
|
||||
val sign : eddsa_pub -> string -> eddsa_sig
|
||||
val sign_denom : rsa_pub -> string -> rsa_sig
|
||||
val find_signkey : eddsa_pub -> Signkey.t option result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue