Struct bip_util::sha::ShaHashBuilder [] [src]

pub struct ShaHashBuilder { /* fields omitted */ }

Building ShaHash objects by adding byte slices to the hash.

Methods

impl ShaHashBuilder
[src]

Create a new ShaHashBuilder.

Add bytes to the ShaHashBuilder.

Build the ShaHash from the ShaHashBuilder.

Trait Implementations

impl Clone for ShaHashBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more