pub struct RsaPssSaltlen(_);
Expand description

Salt lengths that must be used with set_rsa_pss_saltlen.

Implementations

Sets the salt length to the given value.

The salt length is set to the digest length. Corresponds to the special value -1.

The salt length is set to the maximum permissible value. Corresponds to the special value -2.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.