Message 273363 - Python tracker (original) (raw)
Message273363
Author | christian.heimes |
---|---|
Recipients | Arfrever, asvetlov, bjornedstrom, christian.heimes, dstufft, ezio.melotti, gregory.p.smith, haakon, habnabit, jcea, larry, loewis, markk, pitrou, python-dev, rhettinger, sbt, spatz, tim.peters, vstinner |
Date | 2016-08-22.12:07:57 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1471867677.46.0.38452326983.issue16113@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
The maintenance burden is minimal. All six algorithms are just variants of the same KeccakP-1600 sponge construction with different initialization parameters for rate, capacity, delimiter and output size. SHAKEs have no default output len and another delimiter as SHA3s. https://github.com/gvanas/KeccakCodePackage/blob/master/Modes/KeccakHash.h#L34 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-08-22 12:07:57 | christian.heimes | set | recipients: + christian.heimes, tim.peters, loewis, rhettinger, gregory.p.smith, jcea, pitrou, vstinner, larry, habnabit, ezio.melotti, spatz, Arfrever, asvetlov, python-dev, sbt, bjornedstrom, dstufft, markk, haakon |
2016-08-22 12:07:57 | christian.heimes | set | messageid: 1471867677.46.0.38452326983.issue16113@psf.upfronthosting.co.za |
2016-08-22 12:07:57 | christian.heimes | link | issue16113 messages |
2016-08-22 12:07:57 | christian.heimes | create |