pub trait Verification: Context { }
Expand description

Marker trait for indicating that an instance of Secp256k1 can be used for verification.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Verification for All

Available on crate feature alloc only.
source§

impl Verification for VerifyOnly

Available on crate feature alloc only.
source§

impl<'buf> Verification for AllPreallocated<'buf>

source§

impl<'buf> Verification for VerifyOnlyPreallocated<'buf>