aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/gfp_element.h
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-12/+5
|\
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-21/+19
| |\
| * \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-6/+1
| |\ \
| * \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-12/+5
| |\ \ \
| | * \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-151-12/+5
| | |\ \ \
| | | * | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-011-12/+5
* | | | | | Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-1/+0
| |_|_|_|/ |/| | | |
* | | | | Make many more headers internal-only.lloyd2009-12-161-21/+19
| |_|_|/ |/| | |
* | | | Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-6/+1
|/ / /
* / / Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-30/+30
|/ /
* / Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-11/+11
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-131-9/+9
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-3/+3
* Remove last use of freestore.h from gfpmath, move it to CVC code which stilllloyd2008-10-111-1/+8
* Change GFpElement's scalar multiplication operators to take a u64bit insteadlloyd2008-10-111-3/+3
* Some small changes to GFpElement, including accepting u64bit insteadlloyd2008-10-091-3/+3
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Clean up GF(p) implementation codelloyd2008-10-091-27/+27
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-081-63/+59
* Move GF(p) math code from pk/ecdsa to math/gfpmathlloyd2008-09-301-0/+308