Module SharedFunctors.Make_ECDSA_generic

Parameters

Signature

type bytes = C.t
val get_result : Unsigned.UInt64.t -> bool
val prime_p256_order : Z.t
module Noalloc : sig ... end
val sign : sk:bytes -> msg:bytes -> k:bytes -> bytes option
val verify : pk:bytes -> msg:bytes -> signature:bytes -> bool