Class VrfInternalTree
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.vrf.tree.VrfInternalTree
-
public class VrfInternalTree extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description VrfInternalTree()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VrfInterval
createTree(List<VrfInterval> orderedIntervalList)
static String
getWinningKey(VrfInterval root, BigInteger val)
-
-
-
Method Detail
-
createTree
public static VrfInterval createTree(List<VrfInterval> orderedIntervalList)
-
getWinningKey
public static String getWinningKey(VrfInterval root, BigInteger val)
-
-