Struct rubble::ecdh::P256SecretKey[][src]

pub struct P256SecretKey {
    inner: Scalar,
}
Expand description

A secret key generated by a P256Provider.

Fields

inner: Scalar

Trait Implementations

Performs ECDH key agreement using an ephemeral secret key self and the public key of the other party. Read more

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.