Enum librsync::SignatureType [] [src]

pub enum SignatureType {
    MD4,
    Blake2,
}

The signature type.

Variants

A signature file with MD4 signatures.

Backward compatible with librsync < 1.0, but deprecated because of a security vulnerability.

A signature file using BLAKE2 hash.

Trait Implementations

impl Clone for SignatureType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SignatureType
[src]

impl Debug for SignatureType
[src]

Formats the value using the given formatter.

impl Eq for SignatureType
[src]

impl PartialEq for SignatureType
[src]

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

This method tests for !=.