Small typo.
MFC after: 3 days
This commit is contained in:
parent
08a42caa50
commit
95f1f8d262
@ -73,7 +73,7 @@
|
||||
|
||||
/*
|
||||
* FF, GG, and HH are transformations for rounds 1, 2, and 3.
|
||||
* Rotation is separated from addition to prevent recompuatation
|
||||
* Rotation is separated from addition to prevent recomputation.
|
||||
*/
|
||||
#define FF(a, b, c, d, x, s) { \
|
||||
(a) += F ((b), (c), (d)) + (x); \
|
||||
|
Loading…
Reference in New Issue
Block a user