Struct at_cryptoauth::Signature[][src]

pub struct Signature { /* fields omitted */ }
Expand description

A public key signature returned from a signing operation. Format is R and S integers in big-endian format. 64 bytes for P256 curve.

Trait Implementations

Performs the conversion.

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Parse a signature from its byte representation

Borrow a byte slice representing the serialized form of this signature

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.