KeyPoolCreator

io.shiftleft.passes.KeyPoolCreator$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def obtain(n: Long, minValue: Long, maxValue: Long): List[IntervalKeyPool]

Divide the keyspace into n intervals and return a list of corresponding key pools.

Divide the keyspace into n intervals and return a list of corresponding key pools.

Attributes