Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split byte swap code and word rotation code off into bswap.h and rotate.h | lloyd | 2008-09-02 | 1 | -91/+0 |
| | |||||
* | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 1 | -1/+1 |
| | | | | | | 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) | ||||
* | Wrap lines | lloyd | 2008-03-14 | 1 | -1/+2 |
| | |||||
* | Add a version of bit_ops.h with bswapl/bswapq statements. The xor_buf | lloyd | 2008-03-09 | 1 | -0/+90 |
takes advantage of unaligned reads/writes being legal for some extra performance, but should be rewritten to use SSE2 and non-termporal writes. Most of the functions in bit_ops.cpp are implemented by x86-64, just not easily accessible from C++ |