summaryrefslogtreecommitdiff
path: root/square.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-1/+1
| | | | This will help Clang and its need for a constexpr
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-3/+0
| | | | (Issue 255)
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-9/+12
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-181/+187
|
* Cleared initialization warning related to use of bracketsJeffrey Walton2015-07-021-0/+4
|
* avoid SecBlock of arraysweidai2010-06-181-24/+27
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
|
* Initial revisionweidai2002-10-041-0/+174