Enum tomcrypt_sys::ltc_pkcs_1_paddings [] [src]

#[repr(u32)]
pub enum ltc_pkcs_1_paddings { LTC_PKCS_1_V1_5, LTC_PKCS_1_OAEP, LTC_PKCS_1_PSS, LTC_PKCS_1_V1_5_NA1, }

Variants

Trait Implementations

impl Debug for ltc_pkcs_1_paddings
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_pkcs_1_paddings
[src]

impl Clone for ltc_pkcs_1_paddings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ltc_pkcs_1_paddings
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ltc_pkcs_1_paddings
[src]

impl Hash for ltc_pkcs_1_paddings
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more