very rough su3 creation and signing

This commit is contained in:
Matt Drollette
2014-12-10 01:10:37 -06:00
parent 2d445337c8
commit a2891a2bc6
11 changed files with 511 additions and 19 deletions

View File

@@ -14,8 +14,10 @@ func main() {
app.Usage = "I2P commands"
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{
cmd.NewReseederCommand(),
cmd.NewReseedCommand(),
cmd.NewSu3VerifyCommand(),
cmd.NewKeygenCommand(),
cmd.NewSu3Command(),
}
if err := app.Run(os.Args); err != nil {