[][src]Module fpe::ff1

A Rust implementation of the FF1 algorithm, specified in NIST Special Publication 800-38G.

Structs

BinaryNumeralString

A numeral string with radix 2.

FF1

A struct for performing FF1 encryption and decryption operations.

FlexibleNumeralString

A numeral string that supports radixes in [2..2^16).

Traits

Numeral

An integer.

NumeralString

For a given base, a finite, ordered sequence of numerals for the base.