| Package | Description |
|---|---|
| com.arxanfintech.common.crypto |
| Modifier and Type | Field and Description |
|---|---|
static Hash |
Hash.INVALID |
| Modifier and Type | Method and Description |
|---|---|
static Hash |
Hash.createFromSafeArray(byte[] hash)
Unsafe constructor of a Hash.
|
static Hash |
Hash.merge(Hash a,
Hash b)
Merge two Hashes into one for Merkle Tree calculation
|
static Hash |
Hash.of(byte[] data)
Create a Hash with double SHA256 hash of arbitrary data
|
| Modifier and Type | Method and Description |
|---|---|
static Hash |
Hash.merge(Hash a,
Hash b)
Merge two Hashes into one for Merkle Tree calculation
|
Copyright © 2018. All rights reserved.