diff options
author | lloyd <[email protected]> | 2008-09-29 19:09:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 19:09:22 +0000 |
commit | ee9965d3a59112d042df7569fde6a45302491499 (patch) | |
tree | 26ca5230867cdda27dde0100265ec3d5bb91ff7d /src/kdf/kdf1/info.txt | |
parent | 1371cecdcf42e1070512b888307871f81421469b (diff) |
Move KDF, EME, and EMSA base classes from pubkey to core to remove a
false dependency on BigInt in the KDF/padding code.
Diffstat (limited to 'src/kdf/kdf1/info.txt')
-rw-r--r-- | src/kdf/kdf1/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kdf/kdf1/info.txt b/src/kdf/kdf1/info.txt index 802df67d0..65011907e 100644 --- a/src/kdf/kdf1/info.txt +++ b/src/kdf/kdf1/info.txt @@ -8,3 +8,4 @@ load_on auto kdf1.h kdf1.cpp </add> + |