Skip to content

Commit

Permalink
Fixed an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Feb 10, 2019
1 parent 6528fbe commit bdd7e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/variant4_random_math.h
Expand Up @@ -24,7 +24,7 @@ enum V4_Settings
enum V4_InstructionList enum V4_InstructionList
{ {
MUL, // a*b MUL, // a*b
ADD, // a+b + C, -128 <= C <= 127 ADD, // a+b + C, C is an unsigned 32-bit constant
SUB, // a-b SUB, // a-b
ROR, // rotate right "a" by "b & 31" bits ROR, // rotate right "a" by "b & 31" bits
ROL, // rotate left "a" by "b & 31" bits ROL, // rotate left "a" by "b & 31" bits
Expand Down

0 comments on commit bdd7e4d

Please sign in to comment.