Struct slip10::Key[][src]

pub struct Key {
    pub key: [u8; 32],
    pub chain_code: [u8; 32],
    pub curve: Curve,
}
Expand description

A SLIP-10 extended private key.

Fields

key: [u8; 32]chain_code: [u8; 32]curve: Curve

Implementations

Creates a new master private extended key for the curve from a seed.

Compute corresponding public key.

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.