Enum cryptoxide::blake2::LastBlock [−][src]
pub enum LastBlock {
Yes,
No,
}
Expand description
Parameter when hashing the last block for the engine compress function
Variants
Yes
To use when this is the last block to process, otherwise use LastBlock::No
No
To use for all block to compress except the last one
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LastBlock
impl UnwindSafe for LastBlock
Blanket Implementations
Mutably borrows from an owned value. Read more