what-the-bank/sources/org/bouncycastle/crypto/Committer.java

9 lines
194 B
Java

package org.bouncycastle.crypto;
/* loaded from: classes6.dex */
public interface Committer {
Commitment commit(byte[] bArr);
boolean isRevealed(Commitment commitment, byte[] bArr);
}