public class Instance
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getIterations() |
int |
getLaneLength() |
int |
getLanes() |
Block[] |
getMemory() |
int |
getSegmentLength() |
Argon2Type |
getType() |
int |
getVersion() |
public Block[] memory
public Instance(Argon2 argon2)
public void clear()
public Block[] getMemory()
public int getVersion()
public int getIterations()
public int getSegmentLength()
public int getLaneLength()
public int getLanes()
public Argon2Type getType()