diff options
author | lloyd <[email protected]> | 2008-10-01 15:17:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 15:17:52 +0000 |
commit | 92ddf6f0f8f0ef6f5584889481e4a098e280ee40 (patch) | |
tree | 4178ad93250da66d0eb18f9dfcce221bbb57bcd7 /src/pubkey/elgamal/info.txt | |
parent | 1034cf44b4ee0948312c11a1b079b8b04c5828e2 (diff) |
Move last pieces of algorithm-specific code from general 'pubkey' module
into algorithm-specific directories. (Dependencies still remain on these
in core/libstate, though).
Diffstat (limited to 'src/pubkey/elgamal/info.txt')
-rw-r--r-- | src/pubkey/elgamal/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pubkey/elgamal/info.txt b/src/pubkey/elgamal/info.txt index 96586480b..6359efafa 100644 --- a/src/pubkey/elgamal/info.txt +++ b/src/pubkey/elgamal/info.txt @@ -9,6 +9,8 @@ elgamal.cpp elgamal.h elg_core.cpp elg_core.h +elg_op.cpp +elg_op.h </add> <requires> |