(self)
| 966 | |
| 967 | @requires_sha3 |
| 968 | def test_case_sha3_512_vector(self): |
| 969 | for msg, md in read_vectors('sha3_512'): |
| 970 | self.check('sha3_512', msg, md) |
| 971 | |
| 972 | def test_case_shake_128_0(self): |
| 973 | self.check('shake_128', b"", |
nothing calls this directly
no test coverage detected