Skip to content

Commit

Permalink
Remove JvmStatic annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 31, 2024
1 parent e41b9a8 commit c572140
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/sha3/api/sha3.api
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public abstract class org/kotlincrypto/hash/sha3/SHAKEDigest : org/kotlincrypto/
protected static final field Companion Lorg/kotlincrypto/hash/sha3/SHAKEDigest$Companion;
public synthetic fun <init> (Lorg/kotlincrypto/core/digest/internal/DigestState;Lorg/kotlincrypto/hash/sha3/SHAKEDigest;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> ([B[BZLjava/lang/String;IILkotlin/jvm/internal/DefaultConstructorMarker;)V
public static final synthetic fun blockSizeFromBitStrength$sha3 (I)I
protected final fun extract (Lorg/kotlincrypto/sponges/keccak/F1600;[BIIJ)[B
protected fun resetDigest ()V
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public sealed class SHAKEDigest: KeccakDigest, XofAlgorithm {
return if (N?.isNotEmpty() == true || S?.isNotEmpty() == true) PAD_CSHAKE else PAD_SHAKE
}

@JvmStatic
@JvmSynthetic
@Throws(IllegalArgumentException::class)
internal fun blockSizeFromBitStrength(bitStrength: Int): Int {
Expand Down

0 comments on commit c572140

Please sign in to comment.