From d5354c1c3ee0067dd35ca253d4b8914f870cea75 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 18 Jan 2014 23:00:53 +0000 Subject: More unique_ptr, and pull all the way up to types.h --- src/lib/constructs/fpe_fe1/fpe_fe1.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/constructs/fpe_fe1/fpe_fe1.h') diff --git a/src/lib/constructs/fpe_fe1/fpe_fe1.h b/src/lib/constructs/fpe_fe1/fpe_fe1.h index 66e7f1cfa..555f97d3f 100644 --- a/src/lib/constructs/fpe_fe1/fpe_fe1.h +++ b/src/lib/constructs/fpe_fe1/fpe_fe1.h @@ -16,6 +16,10 @@ namespace Botan { namespace FPE { /** +* Format Preserving Encryption using the scheme FE1 from the paper +* "Format-Preserving Encryption" by Bellare, Rogaway, et al +* (http://eprint.iacr.org/2009/251) +* * Encrypt X from and onto the group Z_n using key and tweak * @param n the modulus * @param X the plaintext as a BigInt -- cgit v1.2.3