+ wip ; ok verify future sk

This commit is contained in:
swrup 2026-02-20 21:27:21 +01:00
parent e19c6d60c2
commit c42636b998
2 changed files with 55 additions and 30 deletions

View file

@ -157,6 +157,9 @@ end) : sig
val sign_f : f:(string -> eddsa_sig) -> r -> t
(* TODO
- just directly verify here?
- type for `theirs` and `ours` signatures? *)
val verify_f :
f:(eddsa_sig -> msg:string -> (unit, string) result) ->
t ->