Skip to main content

Secp256k1Verifier

type Secp256k1Verifier

type Secp256k1Verifier struct {
// contains filtered or unexported fields
}

func LiftFromExternalSecp256k1Verifier

func LiftFromExternalSecp256k1Verifier(handle uint64) *Secp256k1Verifier

func NewSecp256k1Verifier

func NewSecp256k1Verifier() *Secp256k1Verifier

func (*Secp256k1Verifier) DebugString

func (_self *Secp256k1Verifier) DebugString() string

func (*Secp256k1Verifier) Destroy

func (object *Secp256k1Verifier) Destroy()

func (*Secp256k1Verifier) VerifySimple

func (_self *Secp256k1Verifier) VerifySimple(message []byte, signature *SimpleSignature) error

func (*Secp256k1Verifier) VerifyUser

func (_self *Secp256k1Verifier) VerifyUser(message []byte, signature *UserSignature) error