Trait secp256k1::Verification [−][src]
pub trait Verification: Context { }
Marker trait for indicating that an instance of Secp256k1
can be used for verification.
pub trait Verification: Context { }
Marker trait for indicating that an instance of Secp256k1
can be used for verification.
impl Verification for All
[src]impl Verification for VerifyOnly
[src]impl<'buf> Verification for AllPreallocated<'buf>
[src]impl<'buf> Verification for VerifyOnlyPreallocated<'buf>
[src]