(self)
| 727 | # http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf |
| 728 | |
| 729 | def test_case_sha224_0(self): |
| 730 | self.check('sha224', b"", |
| 731 | "d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f") |
| 732 | |
| 733 | def test_case_sha224_1(self): |
| 734 | self.check('sha224', b"abc", |