| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
contents.
Rename sha1core.S to sha1_asm.S, and rename the extern "C" function from
sha160_core to botan_sha160_asm_ia32 so it is clear what it is and so it
is reasonably namespaced.
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
updated dates on files that have actually changed this year. This makes
the diff across versions readable again.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
included by bit_ops.h
|
| |
|
| |
|
|
|
|
|
| |
W array, and then use %esp to point to the message words. This gives an
extra register for temporary usage.
|
|
|
|
| |
use a little extra workspace, this makes that simpler to do.
|
| |
|
|
going in here (at least eventually, and potentially soon-ish)
|