cryb-to/lib
Dag-Erling Smørgrav 06c2f1280a Add a missing break.
This was harmless as it would either fall through to an empty default statement (if CRYB_COVERAGE was defined) or out of the switch, but it's still bad style.
2017-09-04 21:00:01 +02:00
..
cipher Fix counter increment in Salsa and ChaCha. 2017-04-22 03:10:10 +02:00
core Add strchrnul(), wcschrnul(), and tests for the former. 2017-08-23 13:41:40 +02:00
cpe Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
digest Use the English name of the University. 2017-04-29 02:31:15 +02:00
enc Remove unnecessary headers. 2017-08-23 13:19:59 +02:00
hash Use the English name of the University. 2017-04-29 02:31:15 +02:00
mac Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mpi Add a missing break. 2017-09-04 21:00:01 +02:00
oath Remove unnecessary headers. 2017-08-23 13:19:59 +02:00
rand Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rsaref
test Slight cleanup. 2017-05-11 00:08:45 +02:00
Makefile.am