Package com.swmansion.starknet.crypto
Object Blake
-
- All Implemented Interfaces:
public class Blake
-
-
Method Summary
Modifier and Type Method Description final static Feltblake2sHash(List<Felt> felts)Computes the Blake2s hash of a list of Felts. -
-
Method Detail
-
blake2sHash
final static Felt blake2sHash(List<Felt> felts)
Computes the Blake2s hash of a list of Felts.
- Parameters:
felts- List of Felt values to hash.
-
-
-
-