CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/03 06:42:16
Modified files:
usr.bin/ssh : cipher-chachapoly.c
Log message:
Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
makes it easier to verify that chacha_encrypt_bytes() is only called once
per chacha_ivsetup() call.
ok djm@
