Package com.syntifi.crypto.key.hash
Class Blake2b
- java.lang.Object
-
- com.syntifi.crypto.key.hash.Blake2b
-
public class Blake2b extends java.lang.ObjectBlake2 Hash helper class- Since:
- 0.2.0
-
-
Constructor Summary
Constructors Constructor Description Blake2b()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]digest(byte[] input, int length)returns a Blake2b Hash of size length in bytes
-