Message265125
Larry,
I'm with Gregory. There is no good reason to add SHA3 to Python 2.7. The SHA-2 family is still safe. Besides I'd rather add BLAKE2 to Python 2.7. It's much faster and more versatile than SHA3.
Antoine,
SHAKEs are XOF (extensible output function). NIST has standardized the XOFs but not yet approved them as replacement for other constructs. They are useful for signatures or as a simple stream cipher. The SHAKEs were low hanging fruits to implement, so I included them. |
|
Date |
User |
Action |
Args |
2016-05-08 10:49:02 | christian.heimes | set | recipients:
+ christian.heimes, tim.peters, loewis, gregory.p.smith, jcea, pitrou, vstinner, larry, habnabit, ezio.melotti, spatz, Arfrever, asvetlov, englabenny, python-dev, sbt, bjornedstrom, dstufft, markk, haakon |
2016-05-08 10:49:02 | christian.heimes | set | messageid: <1462704542.5.0.230908553557.issue16113@psf.upfronthosting.co.za> |
2016-05-08 10:49:02 | christian.heimes | link | issue16113 messages |
2016-05-08 10:49:02 | christian.heimes | create | |
|