| Package | Description |
|---|---|
| de.uni_koblenz.aggrimm.icp.crypto.sign.algorithm.auxiliary |
| Modifier and Type | Method and Description |
|---|---|
static HashCombinator.ca |
HashCombinator.ca.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashCombinator.ca[] |
HashCombinator.ca.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
HashCombinator.combine(BigInteger a,
BigInteger b,
HashCombinator.ca algorithm)
Combines two BigInteger hashes (requires no conversion from/to byte[])
|
static byte[] |
HashCombinator.combine(byte[] hashA,
byte[] hashB,
HashCombinator.ca algorithm)
Combines two byte[] hashes
|
Copyright © 2018. All rights reserved.