]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
SHA-256 implementation, for use in future KEX algorithms, in particular
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 31 Aug 2005 21:48:22 +0000 (21:48 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 31 Aug 2005 21:48:22 +0000 (21:48 +0000)
commit8d0c333946fa0060120dca5d6fc85fa5975fbbfa
treee4cd0d662b4ecaf87eb31dbfbb1127ea2313b3af
parenta59356aa741fe92d73a4574027fae11927e72fdd
SHA-256 implementation, for use in future KEX algorithms, in particular
diffie-hellman-group-exchange-sha256, which the last DHGEX draft defined.
Code lifted from Simon's "crypto" directory, with changes to make it look
more like sshsh512.c.

[originally from svn r6252]
Recipe
ssh.h
sshsh256.c [new file with mode: 0644]