public class DelegGen
extends java.lang.Object
This command-line tools generates sets of parameters for Makwa delegation. Usage:
DelegGen inParam workFactor outFile
The inParam
parameter is the name of a file containing an
encoded Makwa modulus, or an encoded Makwa private key. Processing
is (much) faster if a private key is used; but the obtained set is
equally valid otherwise.
The workFactor
parameter is the work factor for which the
set of parameters is created. Each set of parameters is specific to a
single work factor.
The resulting set of parameters is finally encoded into the
file whose name is provided as outFile
.