Module SharedFunctors.Make_ECDSA_generic
Parameters
module Impl : sig ... end
Signature
val get_result : Unsigned.UInt64.t -> bool
val prime_p256_order : Z.t
val sign : sk:bytes -> msg:bytes -> k:bytes -> bytes option
val verify : pk:bytes -> msg:bytes -> signature:bytes -> bool