Struct wallet_gen::ed25519::PublicKey [] [src]

pub struct PublicKey(_);

An ed25519 public key.

Methods

impl PublicKey
[src]

[src]

Calculates the ed25519 public key from the given private key.

[src]

Gets a copy of this public key's bytes

[src]

Gets a reference to the internally stored public key bytes

Trait Implementations

impl Debug for PublicKey
[src]

[src]

Formats the value using the given formatter.

impl Clone for PublicKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for PublicKey
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl AsRef<[u8]> for PublicKey
[src]

[src]

Performs the conversion.