#15 closed enhancement

salsa20 — at Initial Version

Reported by: zooko Owned by:
Priority: minor Milestone:
Version: 0.5.1 Keywords:
Cc: Launchpad Bug:

Description

Salsa20 is a stream cipher design by Daniel J. Bernstein that is significantly more efficient and perhaps safer than AES.

On the other hand, it might not turn out to be safer than AES.

Here's a patch (not very much tested, I think), which adds Salsa20 to pycryptopp.

By the way, DJB's ChaChaCha? is almost certainly slightly safer and certainly slightly faster than his Salsa20, but Crypto++ doesn't implement ChaChaCha? yet.

Change History (1)

Changed at 2009-03-02T22:05:50Z by zooko

add Salsa20

Note: See TracTickets for help on using tickets.