This commit is contained in:
swrup 2026-02-21 22:47:30 +01:00
parent 19b64a092d
commit d866eec546
3 changed files with 28 additions and 6 deletions

View file

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