diff options
author | lloyd <[email protected]> | 2008-11-08 19:17:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-08 19:17:33 +0000 |
commit | e021640afb43a70d2950a8cce3d71f0b7dade777 (patch) | |
tree | fbe42cda9c906fed3c0219065f31013da55ff937 /src/core/info.txt | |
parent | 5d8a7d946ce81d94c95704c17934292355315520 (diff) |
Move hash.h from src/core to src/hash
Inline constructors for BlockCipher and StreamCipher
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/info.txt b/src/core/info.txt index 40e897689..d95e3e486 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -26,11 +26,11 @@ defalloc.h enums.h exceptn.cpp exceptn.h -hash.h mem_pool.cpp mem_pool.h mutex.h secmem.h +sym_algo.h symkey.cpp symkey.h </add> |