Module type SharedDefs.ECDSA
type bytes= CBytes.t
val sign : sk:bytes -> msg:bytes -> k:bytes -> bytes optionsign sk msg kattempts to sign the messagemsgwith secret keyskand signing secretkand returns the signature if successful.
val verify : pk:bytes -> msg:bytes -> signature:bytes -> boolverify pk msg signaturechecks thesignatureofmsgusing public keypkand returns true if it is valid.
module Noalloc : sig ... endVersions of these functions which write their output in a buffer passed in as an argument