commit | bb23c6c7cbb3f62f1b1b2480f9dc07c6beba3398 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jul 15 09:15:16 2018 +0530 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Jul 14 23:45:16 2018 -0400 |
tree | 9e4fe9cecf15bd625558fcf32614ea3fbca5bbc8 | |
parent | 33db1c83b7ccb18e3319dedb5c7eb38edb74d8ab [diff] |
document one shot AEAD length restrictions (#4322) * document one shot AEAD length restrictions * write a test that won't consume infinity ram continue to raise OverflowError since that's what cffi did. * this applies to associated_data too * remove unneeded arg * review feedback on docs