Commit ID: 10052C5ED114C2BC527
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/01/02 22:51:03 UTC
Modified files:
bin/mksh : dot.mkshrc
kern/c : arc4random_roundhash.c
kern/include : nzat.h
Log message:
• use Rijndæl MixColumn for arc4random_roundhash avalanching;
suggested in http://crypto.stackexchange.com/questions/12145
• add pure mksh™ implementation, too, while here (since it can
replace NZAATFinish even though NZATMix is slower, both are
bijective)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.85 -r1.86 src/bin/mksh/dot.mkshrc
cvs -R rdiff -kk -upr1.6 -r1.7 src/kern/c/arc4random_roundhash.c
cvs -R rdiff -kk -upr1.3 -r1.4 src/kern/include/nzat.h