aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
...
* Remove include of unused headerslloyd2010-02-251-3/+0
* Inline some simple GFpElement functions. Remove ostream << operatorlloyd2010-02-252-65/+15
* Move Illegal_Transformationlloyd2010-02-252-7/+7
* Remove point_{x,y,z} funcs, hide GFpElement entirelylloyd2010-02-253-33/+56
* CurveGFp: Inline, deleting source file. Store only a,b,p aslloyd2010-02-255-84/+39
* Change PointGFp to store BigInts instead of GFpElementslloyd2010-02-252-65/+68
* Rename PointGFp member variableslloyd2010-02-252-74/+74
* Cleanup EC2OSP, remove should-have-been-internal functionslloyd2010-02-252-85/+35
* Convert the PointGFp constructor taking three coordinates (Jacobian scheme)lloyd2010-02-252-10/+13
* Convert PointGFp::get_jac_proj_{x,y,z} to return just the BigInt value,lloyd2010-02-252-10/+9
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-252-13/+19
* Remove clutter. Add note about bug in mult by scalar (mult by -1 is wrong)lloyd2010-02-251-8/+5
* Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-252-149/+93
* Cleanupslloyd2010-02-251-16/+10
* Make compression types an enumlloyd2010-02-251-14/+5
* De-mutable PointGFplloyd2010-02-244-9/+9
* Inline small funcs. Remove mult2lloyd2010-02-242-46/+12
* Add BOTAN_DLL exports to some CurveGFp funcslloyd2010-02-241-2/+2
* Remove the montgomery optimizations from GFpElement entirely.lloyd2010-02-246-561/+29
* Remove PointGFp::mult_this_securelloyd2010-02-242-82/+0
* Remove GFpModulus entirelylloyd2010-02-244-180/+52
* In CurveGFp, store just the BigInt mod instead of a GFpModuluslloyd2010-02-241-2/+2
* propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-2410-1110/+308
|\
| * Remove UTF-8 chars in commentslloyd2010-02-243-8/+4
| * Remove the precomputed z^2, z^3, a*z^4 values from PointGFplloyd2010-02-232-123/+23
| * in GFpElement remove some mutables and de-const membmer funcs as necessarylloyd2010-02-232-11/+11
| * Remove vestigal code in pointgfp for various side-channel countermeasureslloyd2010-02-231-56/+1
| * Cleanups. Remove PointGFp::mult_looplloyd2010-02-232-33/+14
| * Remove use of tr1 entirely from gfpmath.lloyd2010-02-238-911/+298
| * Remove almost entirely unnecessary friend access from GFpElement tolloyd2010-02-173-59/+50
| * Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
| * Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-052-6/+5
| * Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-1/+0
| * Remove BOTAN_DLL from forward decl, not needed and GCC 4.1 warnslloyd2009-12-301-1/+1
* | propagate from branch 'net.randombit.botan' (head a338abd543caa402c32acd952e8...lloyd2009-12-241-1/+1
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| |\
| | * Remove extra 'f' char in ostream outputlloyd2009-11-191-1/+1
* | | Remove extraneous check in low_zero_bitslloyd2009-12-221-2/+0
* | | Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* | | Add missing BOTAN_DLL exports.lloyd2009-12-167-8/+11
|/ /
* | Make many more headers internal-only.lloyd2009-12-169-50/+51
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-1637-84/+93
|/
* Fix typolloyd2009-11-181-1/+1
* Clean up BigInt doxygen commentslloyd2009-11-181-471/+458
* In ressol(), t is just an alias for s and is not modified, remove itlloyd2009-11-171-3/+2
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-6/+6
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-143-3/+3
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-106-42/+23
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2913-26/+0
* Also enable x86 asm word_addlloyd2009-10-151-8/+0