Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -18/+18 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Fix undefined behavior in donna128 type | Jack Lloyd | 2016-07-15 | 1 | -6/+12 |
| | | | | | | | Caused Curve25519 tests to fail when compiled by Clang on ARM, may have affected other 32-bit platforms. GH #532 | ||||
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -2/+2 |
| | |||||
* | Don't define overloads if there is no native uint128_t. Github 47 | lloyd | 2015-01-27 | 1 | -0/+2 |
| | |||||
* | Amalgamation fixes | lloyd | 2015-01-23 | 1 | -0/+11 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 1 | -0/+116 |