public class ECUtils extends Object
Utility class to provide the following to BRIT API:
Modifier and Type | Method and Description |
---|---|
static BigInteger |
moduloSeedByECGroupSize(BigInteger seedAsBigInteger)
Ensure that the seed is within the range of the bitcoin EC group
|
public static BigInteger moduloSeedByECGroupSize(BigInteger seedAsBigInteger)
seedAsBigInteger
- the seed - converted to a BigIntegerCopyright © 2015–2016. All rights reserved.