Test the software implementation of SHA256 by performing a hash
and checking it against the expected hash value. It uses
DigestData::add_date and DigestVerify::verify through the
Digest trait.
Test the software implementation of SipHash24 by performing a hash
and checking it against the expected hash value. It uses
DigestData::add_date and DigestVerify::verify through the
Digest trait.