Skip to content

Commit 4ad21ee

Browse files
committed
updated documentation
1 parent 5c64db9 commit 4ad21ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashing/ripemd_160.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace hashing {
4545
class RIPEMD160 {
4646
private:
4747
/**
48-
* @brief Implements f(j,x,y,z)
48+
* @brief Implements f(j,B,C,D)
4949
* @param j Round number j / 16
5050
* @param B,C,D The state values
5151
* @return Returns the function value

0 commit comments

Comments
 (0)