Home
last modified time | relevance | path

Searched refs:CSHAKEDigest (Results 1 – 11 of 11) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DCSHAKETest.java3 import org.bouncycastle.crypto.digests.CSHAKEDigest;
26CSHAKEDigest cshake = new CSHAKEDigest(128, new byte[0], Strings.toByteArray("Email Signature")); in performTest()
107 checkSHAKE(128, new CSHAKEDigest(128, null, null), Hex.decode("eeaabeef")); in performTest()
108 checkSHAKE(256, new CSHAKEDigest(256, null, null), Hex.decode("eeaabeef")); in performTest()
115 CSHAKEDigest cshake1 = new CSHAKEDigest(256, new byte[0], new byte[265]); in checkZeroPadZ()
119 CSHAKEDigest cshake2 = new CSHAKEDigest(128, new byte[0], new byte[329]); in checkZeroPadZ()
123 cshake2 = new CSHAKEDigest(128, new byte[29], new byte[300]); in checkZeroPadZ()
130CSHAKEDigest cshake = new CSHAKEDigest(128, new byte[0], Strings.toByteArray("Email Signature")); in doFinalTest()
176CSHAKEDigest cshake = new CSHAKEDigest(128, new byte[0], Arrays.copyOfRange(data, 0, i)); in longBlockTest()
183 CSHAKEDigest cshake = new CSHAKEDigest(256, new byte[0], new byte[200]); in longBlockTest()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/qtesla/
H A DHashUtils.java3 import org.bouncycastle.crypto.digests.CSHAKEDigest;
39CSHAKEDigest dig = new CSHAKEDigest(128, null, new byte[]{(byte)continuousTimeStochasticModelling,… in customizableSecureHashAlgorithmKECCAK128Simple()
47CSHAKEDigest dig = new CSHAKEDigest(256, null, new byte[]{(byte)continuousTimeStochasticModelling,… in customizableSecureHashAlgorithmKECCAK256Simple()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/digests/
H A DParallelHash.java21 private final CSHAKEDigest cshake;
22 private final CSHAKEDigest compressor;
47 this.cshake = new CSHAKEDigest(bitLength, N_PARALLEL_HASH, S); in ParallelHash()
48 this.compressor = new CSHAKEDigest(bitLength, new byte[0], new byte[0]); in ParallelHash()
60 this.cshake = new CSHAKEDigest(source.cshake); in ParallelHash()
61 this.compressor = new CSHAKEDigest(source.compressor); in ParallelHash()
H A DCSHAKEDigest.java8 public class CSHAKEDigest class
21 public CSHAKEDigest(int bitLength, byte[] N, byte[] S) in CSHAKEDigest() method in CSHAKEDigest
36 CSHAKEDigest(CSHAKEDigest source) in CSHAKEDigest() method in CSHAKEDigest
H A DTupleHash.java20 private final CSHAKEDigest cshake;
39 this.cshake = new CSHAKEDigest(bitLength, N_TUPLE_HASH, S); in TupleHash()
48 this.cshake = new CSHAKEDigest(original.cshake); in TupleHash()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/macs/
H A DKMAC.java7 import org.bouncycastle.crypto.digests.CSHAKEDigest;
24 private final CSHAKEDigest cshake;
40 this.cshake = new CSHAKEDigest(bitLength, Strings.toByteArray("KMAC"), S); in KMAC()
/dports/net-im/signald/META-INF/
H A DBC1024KE.SF1973 Name: org/bouncycastle/crypto/digests/CSHAKEDigest.class
12728 Name: META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest
H A DBC2048KE.SF1973 Name: org/bouncycastle/crypto/digests/CSHAKEDigest.class
12732 Name: META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest
/dports/print/pdftk/META-INF/
H A DBC1024KE.SF1961 Name: org/bouncycastle/crypto/digests/CSHAKEDigest.class
12519 Name: META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest
H A DBC2048KE.SF2077 Name: org/bouncycastle/crypto/digests/CSHAKEDigest.class
13128 Name: META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest
H A DMANIFEST.MF2410 Name: org/bouncycastle/crypto/digests/CSHAKEDigest.class
13461 Name: META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest