(self, size)
| 698 | @unittest.skipIf(sys.maxsize < _4G - 1, 'test cannot run on 32-bit systems') |
| 699 | @bigmemtest(size=_4G - 1, memuse=1, dry_run=False) |
| 700 | def test_case_md5_uintmax(self, size): |
| 701 | self.check('md5', b'A'*size, '28138d306ff1b8281f1a9067e1a1a2b3') |
| 702 | |
| 703 | # use the three examples from Federal Information Processing Standards |
| 704 | # Publication 180-1, Secure Hash Standard, 1995 April 17 |