]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Unlike the AES and Blowfish code, our implementations of the various DES
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 30 Apr 2005 14:30:07 +0000 (14:30 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 30 Apr 2005 14:30:07 +0000 (14:30 +0000)
commita777b82f84769f4a1c18709d11553ded1bc60a09
tree56cf2db298f8453be6d4db535ccbd29e26315caf
parentd83cd2f79bba111660262af0827296cb76e17040
Unlike the AES and Blowfish code, our implementations of the various DES
modes of operation all took separate source and destination pointers.  They
were never called with those pointers different, though, so reduce them to
a single pointer like everything else uses.

[originally from svn r5716]
sshdes.c