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

@@ -30,11 +30,11 @@ func su3VerifyAction(c *cli.Context) {
panic(err)
}
fmt.Println(su3File.String())
if err := su3File.VerifySignature(); nil != err {
panic(err)
}
fmt.Println(su3File.String())
fmt.Println("Verified signature.")
}