Type Definition k256::ecdsa::Signature[][src]

type Signature = Signature<Secp256k1>;
This is supported on crate feature ecdsa-core only.

ECDSA/secp256k1 signature (fixed-size)

Trait Implementations

impl From<Signature> for Signature[src]

fn from(sig: Signature) -> Self[src]

Performs the conversion.