aboutsummaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Enable x86-64 asm word_addlloyd2009-10-151-8/+0
* Avoid using word_add() in gfp_element.cpp, actually more complex than necessary,lloyd2009-10-151-1/+3
* Oops, removed assert.h from gfp_element.cpp which uses assert :(lloyd2009-10-071-0/+1
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-076-84/+79
* Split up util.h into 3 fileslloyd2009-09-172-2/+2
* Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-113-12/+18
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-253-0/+3
* Fix bigint_2word_mul - it tried to use MP_WORD_BITS which was not visiblelloyd2009-07-231-1/+1
* Fix various auto generated dependencies that were wronglloyd2009-07-177-22/+5
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-159-29/+50
* New module load_on directive 'never', to mark known-buggy codelloyd2009-07-152-2/+2
* Fix nonce generation of Miller-Rabin testlloyd2009-07-121-1/+1
* Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-115-4/+4
* Fix generating primes between 4 and 7 bits. The problem was that whenlloyd2009-07-111-17/+22
* Devai Tamas pointed out on the mailing list that random_prime with bitslloyd2009-07-101-3/+3
* Only load mulop_amd64 on request (currently broken code)lloyd2009-07-021-1/+1
* One more s/engine.h/pk_engine.h/lloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3051-946/+1044
* Remove print statements in PointGFp::check_invariants which were triggeredlloyd2008-11-171-19/+0
* Wrap at 80 columnslloyd2008-11-111-1/+2
* Bubble up use of global algo factory out of DSA parameter gen to DL_Grouplloyd2008-11-112-4/+8
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-2/+6