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/core/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/core/info.txt')
-rw-r--r-- | src/core/info.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/info.txt b/src/core/info.txt index 16f2a041f..a77165072 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -23,15 +23,17 @@ def_powm.cpp eng_base.cpp engine.cpp exceptn.cpp -lookup.cpp get_enc.cpp get_pbe.cpp init_def.cpp init_opt.cpp +kdf.cpp libstate.cpp look_pk.cpp +lookup.cpp modules.cpp oids.cpp +pk_pad.cpp policy.cpp rng.cpp s2k.cpp @@ -45,15 +47,17 @@ engine.h enums.h exceptn.h init.h +kdf.h libstate.h look_add.h look_pk.h +get_pbe.h lookup.h modules.h mutex.h oids.h +pk_pad.h rng.h s2k.h symkey.h </add> - |