Enum thrussh::key::SignatureHash [] [src]

pub enum SignatureHash {
    SHA2_256,
    SHA2_512,
}

The hash function used for hashing buffers.

Variants

SHA2, 256 bits.

SHA2, 512 bits.

Trait Implementations

impl Eq for SignatureHash
[src]

impl PartialEq for SignatureHash
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for SignatureHash
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignatureHash
[src]

impl Debug for SignatureHash
[src]

Formats the value using the given formatter.