Struct nanopow_rs::InputHash [] [src]

pub struct InputHash(_);

A 32 byte array used to represent a valid input hash

Methods

impl InputHash
[src]

[src]

Create Work from properly sized byte array

[src]

Convert hexadecimal formatted data into an InputHash

[src]

Create an InputHash from a raw byte slice

Trait Implementations

impl Clone for InputHash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

impl From<InputHash> for String
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InputHash

impl Sync for InputHash