diff options
author | lloyd <[email protected]> | 2009-11-05 07:52:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-05 07:52:35 +0000 |
commit | a6177d3af54437375c752b8046230b7fb98c8563 (patch) | |
tree | 2e0199f9fb93725c1a2f0cfea03458c03bbbbba9 /src/fpe/info.txt | |
parent | 56c3c044215f36fe00c9a8a2e06a84f969996cb7 (diff) |
Add format preserving encryption, design is FE1/FD1 from the paper
Format-Preserving Encryption (http://eprint.iacr.org/2009/251). This
doesn't implement the rank functions which are necessary for the actual
format-preserving part, though that would be nice to add to the example.
Diffstat (limited to 'src/fpe/info.txt')
-rw-r--r-- | src/fpe/info.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fpe/info.txt b/src/fpe/info.txt new file mode 100644 index 000000000..f7a8c4ae4 --- /dev/null +++ b/src/fpe/info.txt @@ -0,0 +1,13 @@ +define FORMAT_PRESERVING_ENCRYPTION + +load_on auto + +<add> +fpe.cpp +fpe.h +</add> + +<requires> +cbc_mac +bigint +</requires> |