]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement SHA2-224 submode of SHA2-256
authorConrad Meyer <cem@FreeBSD.org>
Mon, 9 Jul 2018 07:24:05 +0000 (07:24 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Mon, 9 Jul 2018 07:24:05 +0000 (07:24 +0000)
commit1245c6d1a5984eeb64aa4d508874d48d966da823
tree886dc44c0145f839b6ea7df23d8ac2131aa79950
parent590adc1bc22ba1dfc4e8df656a1ea90144925ac1
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.
sys/crypto/sha2/sha224.h [new file with mode: 0644]
sys/crypto/sha2/sha256c.c