Skip to content

Commit 537dc07

Browse files
author
gefeili
committed
Merge remote-tracking branch 'tonywasher/AsconMultiXof' into 2030-asconxof
# Conflicts: # core/src/main/java/org/bouncycastle/crypto/digests/AsconBaseDigest.java # core/src/main/java/org/bouncycastle/crypto/digests/AsconCXof128.java # core/src/main/java/org/bouncycastle/crypto/digests/AsconXof128.java
2 parents 75c2f1a + 72513f2 commit 537dc07

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ protected void squeeze(byte[] output, int outOff, int len)
6767
}
6868
/* squeeze final output block */
6969
setBytes(p.x0, output, outOff, len);
70-
reset();
7170
}
7271

7372
protected int hash(byte[] output, int outOff, int outLen)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.bouncycastle.crypto.digests;
22

33
import org.bouncycastle.crypto.DataLengthException;
4-
import org.bouncycastle.crypto.OutputLengthException;
54
import org.bouncycastle.crypto.Xof;
65
import org.bouncycastle.util.Pack;
76

0 commit comments

Comments
 (0)