SHA-256 implementation, for use in future KEX algorithms, in particular
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 31 Aug 2005 21:48:22 +0000 (21:48 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 31 Aug 2005 21:48:22 +0000 (21:48 +0000)
commit062e58118f35e04a9a899e2957545e7593ca5dfc
treee4cd0d662b4ecaf87eb31dbfbb1127ea2313b3af
parentb672f405dd2bfa3bdd7d11c1d616d674fe8d9d7a
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6252 cda61777-01e9-0310-a592-d414129be87e
Recipe
ssh.h
sshsh256.c [new file with mode: 0644]