Arvid Norberg
|
41a5940100
|
ensure headers build independently
|
2019-05-13 11:56:03 -07:00 |
arvidn
|
5383854768
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
Arvid Norberg
|
29db3de6c0
|
wrap most instances of throw, and terminate on builds where exceptions are disabled (#1639)
wrap most instances of throw, and terminate on builds where exceptions are disabled
|
2017-01-29 15:37:42 -05:00 |
Alden Torres
|
ef9d1ecd7f
|
fixing sign-conversion warnings, part 6
|
2017-01-17 20:51:26 -05:00 |
arvidn
|
5736237a63
|
fix error handling in random.cpp and fix accidental openssl dependency
|
2017-01-16 21:33:57 -05:00 |
arvidn
|
0c189e08b5
|
use /dev/random as random number source on macOS
|
2017-01-15 12:18:08 -05:00 |