NetBSD/sys/crypto
martin 4e2e5eb370 Pull up following revision(s) (requested by msaitoh in ticket #1530):
sys/crypto/nist_hash_drbg/nist_hash_drbg.c: revision 1.2
	sys/crypto/nist_hash_drbg/nist_hash_drbg.c: revision 1.3

Use CTASSERT where possible, run-time assertion where not.

Should fix negative-length variable-length array found by kamil.

Use an explicit run-time assertion where compile-time doesn't work.
2022-09-18 13:36:29 +00:00
..
arc4
blowfish add fallthru comments. i considered patching makefiles to ignore 2019-02-04 08:23:53 +00:00
camellia
cast128
cprng_fast
des add fallthru comments. i considered patching makefiles to ignore 2019-02-04 08:23:53 +00:00
nist_hash_drbg Pull up following revision(s) (requested by msaitoh in ticket #1530): 2022-09-18 13:36:29 +00:00
rijndael Add XTS mode. 2016-12-11 00:28:44 +00:00
skipjack