diff options
author | lloyd <[email protected]> | 2008-09-29 18:12:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 18:12:16 +0000 |
commit | 0d8e9744ef02aba33ddd89c93194ce526f6ff6ee (patch) | |
tree | e60064db23397f9a9dc3b847f9c4199be7c7ca0d /src/core/info.txt | |
parent | 26abd45c61294aacdd59fa4763ff1cd78aefbc7c (diff) |
Put only the implementation of BigInt in src/bigint, mathematical functions
on top of BigInt go to src/math. Some prototypes were moved in order to
complete the split, in particular random_integer() is now a static member
of BigInt instead of being a global function, and divide() is in divide.h
instead of numthry.h
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/info.txt b/src/core/info.txt index df98e51ab..802f5bcef 100644 --- a/src/core/info.txt +++ b/src/core/info.txt @@ -6,8 +6,11 @@ define CORE_MODULE <requires> aes -bigint sha1 +sha2 +hmac +bigint +math allocators filters pubkey @@ -19,6 +22,7 @@ data_src.cpp datastor.cpp def_alg.cpp def_mode.cpp +def_powm.cpp eng_base.cpp engine.cpp exceptn.cpp |