| Modifier and Type | Class and Description |
|---|---|
class |
Blake2b
The BLAKE2b digest algorithm.
|
class |
Blake2s
The BLAKE2s digest algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Blake2 |
Blake2.copy()
Returns a copy of this object.
|
Blake2 |
Blake2.reset()
Resets the digest.
|
Blake2 |
Blake2.update(byte... input)
Updates the digest using the given array of bytes.
|
Blake2 |
Blake2.update(byte input)
Updates the digest using the given byte.
|
Blake2 |
Blake2.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–2018. All rights reserved.