Interface Blake2b
-
- All Known Implementing Classes:
Blake2b.Digest,Blake2b.Engine,Blake2b.Mac
public interface Blake2b
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlake2b.DigestGeneralized Blake2b digest.static classBlake2b.Enginestatic classBlake2b.MacMessage Authentication Code (MAC) digest.static classBlake2b.ParamBlake2b configuration parameters block per specstatic interfaceBlake2b.Specstatic classBlake2b.TreeNote that Tree is just a convenience class; incremental hash (tree) can be done directly with the Digest class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]digest()byte[]digest(byte[] input)voiddigest(byte[] output, int offset, int len)voidreset()voidupdate(byte input)voidupdate(byte[] input)voidupdate(byte[] input, int offset, int len)
-