opnsense-src/sys/crypto/sha2
Conrad Meyer 1245c6d1a5 Implement SHA2-224 submode of SHA2-256
Like SHA2-384:SHA2-512, SHA2-224 is simply a truncated SHA2-256 with a
different initial vector.  Add to round out the complete basic SHA2 family.
2018-07-09 07:24:05 +00:00
..
sha224.h Implement SHA2-224 submode of SHA2-256 2018-07-09 07:24:05 +00:00
sha256.h Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00
sha256c.c Implement SHA2-224 submode of SHA2-256 2018-07-09 07:24:05 +00:00
sha384.h Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00
sha512.h Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00
sha512c.c Retune SHA2 code for improved performance on CPUs with more ILP and 2016-05-29 17:26:40 +00:00
sha512t.h Fix C++ includability of crypto headers with static array sizes 2016-10-18 23:20:49 +00:00