(self)
| 654 | # http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf |
| 655 | |
| 656 | def test_case_sha224_0(self): |
| 657 | self.check('sha224', b"", |
| 658 | "d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f") |
| 659 | |
| 660 | def test_case_sha224_1(self): |
| 661 | self.check('sha224', b"abc", |