public class Hashing extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
computeShake256(int outputLength,
byte[]... input) |
static byte[] |
computeShake256(int outputLength,
List<byte[]> input) |
public static byte[] computeShake256(int outputLength, byte[]... input)
public static byte[] computeShake256(int outputLength, List<byte[]> input)
Copyright © 2020–2023 Stiftung SIC. All rights reserved.