pyca / ed25519

Optimized version of the reference implementation of Ed25519
Creative Commons Zero v1.0 Universal
34 stars 22 forks source link

Label secret operations clearly as unsafe #19

Closed gnprice closed 11 years ago

gnprice commented 11 years ago

This should make sure nobody uses this library unsafely without realizing the danger. Or at least that if they do, we can blame them for it with a clear conscience.

There's one small correction in the README, which is that the upstream ed25519.py is not the reference implementation.