aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/elgamal/elg_op.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add ops for ElGamal encryption and decryption.lloyd2010-03-051-56/+0
| | | | | Note: blinding is not currently being used for RSA, RW, DH or ElGamal, which used to have them. This should be added back before release.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-13/+15
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-10/+0
|
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-011-0/+64
into algorithm-specific directories. (Dependencies still remain on these in core/libstate, though).