]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support public keys using the "ssh-ed25519" method.
authorChris Staite <chris@yourdreamnet.co.uk>
Sat, 9 May 2015 14:02:54 +0000 (15:02 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 9 May 2015 14:14:35 +0000 (15:14 +0100)
commit76a4b576e58fa3b245b02f9fbb052e4651acbfa9
treed76498ea078a9747e4b2ac68456620a32fc1c1a5
parent541abf92583cd93f3952aa0e3b8f61ba9251f3fa
Support public keys using the "ssh-ed25519" method.

This introduces a third system of elliptic curve representation and
arithmetic, namely Edwards form.
cmdgen.c
ssh.c
ssh.h
sshecc.c
sshecdsag.c
sshpubk.c
windows/winpgen.c