public interface IonHasher
| Modifier and Type | Method and Description |
|---|---|
byte[] |
digest()
Returns the computed hash bytes and resets any internal state
so the hasher may be reused.
|
void |
update(byte[] bytes)
Updates the hash with the specified array of bytes.
|