Enum orion::options::ShaVariantOption [] [src]

pub enum ShaVariantOption {
    SHA256,
    SHA384,
    SHA512,
}

Exposes the Sha2 options made available.

Variants

Methods

impl ShaVariantOption
[src]

[src]

Return the output size in bits.

Trait Implementations

impl Clone for ShaVariantOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ShaVariantOption
[src]

Auto Trait Implementations