]> git.ipfire.org Git - thirdparty/tor.git/commit
Another ed25519 tweak: store secret keys in expanded format
authorNick Mathewson <nickm@torproject.org>
Wed, 27 Aug 2014 01:35:25 +0000 (21:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Sep 2014 19:08:31 +0000 (15:08 -0400)
commit006e6d3b6f52e193b14dc17db4502e14f9ffeb82
tree0f7dc82793ca9191eb2d455f776d9957c77cb549
parent9e43ee5b4ca3650ecd9c4ee8a1b77843b273d480
Another ed25519 tweak: store secret keys in expanded format

This will be needed/helpful for the key blinding of prop224, I
believe.
src/common/crypto_ed25519.c
src/common/crypto_ed25519.h
src/ext/ed25519/ref10/crypto_sign.h
src/ext/ed25519/ref10/ed25519_ref10.h
src/ext/ed25519/ref10/keypair.c
src/ext/ed25519/ref10/sign.c
src/test/test_crypto.c