Skip to content

Commit b75d857

Browse files
author
gefeili
committed
Fix the issue in AsconCxof128.reset
1 parent 3906b7a commit b75d857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/org/bouncycastle/crypto/digests/AsconCxof128.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ public void reset()
122122
x2 = -1616759365661982283L;
123123
x3 = 3076320316797452470L;
124124
x4 = -8124743304765850554L;
125+
update(s, 0, s.length);
126+
finishAbsorbing();
125127
}
126128
}
127129

0 commit comments

Comments
 (0)