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