| Modifier and Type | Method and Description |
|---|---|
Blake2b |
Blake2b.copy()
Returns a copy of this object.
|
Blake2b |
Blake2b.reset()
Resets the digest.
|
Blake2b |
Blake2b.update(byte... input)
Updates the digest using the given array of bytes.
|
Blake2b |
Blake2b.update(byte input)
Updates the digest using the given byte.
|
Blake2b |
Blake2b.update(byte[] input,
int off,
int len)
Updates the digest using the specified number of bytes from the given
array, starting at the specified offset.
|
Copyright © 2017. All rights reserved.