Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a constant time divide variant for dividing by uint8_t | Jack Lloyd | 2018-12-02 | 1 | -7/+6 |
* | Fix BigInt::to_{dec,hex}_string for zero | Jack Lloyd | 2018-08-15 | 1 | -1/+8 |
* | Cleanup of BigInt encoding/decoding functions | Jack Lloyd | 2018-08-14 | 1 | -8/+43 |
* | Add wrappers for reinterpret_cast between char* and uint8_t* | Jack Lloyd | 2017-10-03 | 1 | -3/+3 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -15/+15 |
* | Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures | René Korthaus | 2016-08-17 | 1 | -0/+11 |
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -6/+6 |
* | Specify class name for static function | lloyd | 2015-03-13 | 1 | -1/+1 |
* | Add BigInt::encode_1363 writing to specified buffer | lloyd | 2015-03-11 | 1 | -3/+8 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+150 |