pub trait Signing: Context { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Signing for All

Available on crate feature alloc only.
source§

impl Signing for SignOnly

Available on crate feature alloc only.
source§

impl<'buf> Signing for AllPreallocated<'buf>

source§

impl<'buf> Signing for SignOnlyPreallocated<'buf>