(self)
| 662 | "23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7") |
| 663 | |
| 664 | def test_case_sha224_2(self): |
| 665 | self.check('sha224', |
| 666 | b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", |
| 667 | "75388b16512776cc5dba5da1fd890150b0c6455cb4f58b1952522525") |
| 668 | |
| 669 | def test_case_sha224_3(self): |
| 670 | self.check('sha224', b"a" * 1000000, |