| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
|
|
|
|
|
|
|
| |
with the last one being both one of the input values and the output carry
register, since almost always they were in fact the same variable.
Also update the x86 and x86-64 modules.
|
|
|
|
|
|
|
| |
but might as well keep it up to date. And it's easier to do it once with
a 'perl -pi' command than to update each file over time.
Apologies to anyone looking at diffs.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
being performed.
Undefined the prototype creating macro in x509stat.cpp after use.
Avoid a possible type conversion in bigint_divop by storing high's top
bit in a word instead of a bool.
|
| |
|
|
|
|
|
|
| |
assembly code in order to handle the argument aliasing correctly, and it
seems I don't understand GCC's extended asm syntax well enough to figure
out how to get it work in a way that isn't hideous.
|
| |
|
|
|
|
|
| |
arguments are always the same (and thus allow removing a parameter
from each call).
|
|
|