#75 closed enhancement

add Ed25519 signatures — at Version 1

Reported by: warner Owned by:
Priority: major Milestone: 0.6.0
Version: 0.5.29 Keywords:
Cc: Launchpad Bug:

Description (last modified by warner)

At the 2nd Tahoe Summit, we hashed out a plan for Accounting that starts with adding Ed25519 signatures to pycryptopp. (Crypto++ doesn't yet include Ed25519, so the plan involves putting a separate copy of the Ed25519 C code into pycryptopp, adding Python bindings to it, and then replacing that C code with calls into Crypto++'s version once it shows up).

I've got a patch here against 0.5.29 that embeds a copy of my python-ed25519 library (version 0.7) into pycryptopp, including unit tests, power-on self-tests, and a subset of the Known Answer Tests that complete in about 1.0s .

Change History (2)

Changed at 2011-11-17T19:48:10Z by warner

add cryptopp.publickey.ed25519

comment:1 Changed at 2011-11-17T20:01:09Z by warner

  • Description modified (diff)
  • Summary changed from ad Ed25519 signatures to add Ed25519 signatures
Note: See TracTickets for help on using tickets.