We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02fceb commit 78cb999Copy full SHA for 78cb999
core/src/main/java/org/bouncycastle/crypto/digests/AsconXofBase.java
@@ -100,7 +100,7 @@ private void ensureNoAbsorbWhileSqueezing(boolean m_squeezing)
100
{
101
if (m_squeezing)
102
103
- throw new IllegalArgumentException("attempt to absorb while squeezing");
+ throw new IllegalStateException("attempt to absorb while squeezing");
104
}
105
106
0 commit comments