forked from TrueCloudLab/rfc6979
Drop unnecessary newline.
This commit is contained in:
parent
65cab4152e
commit
2708c3df48
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ func ExampleSignECDSA() {
|
|||
// Generate a key pair.
|
||||
// You need a high-quality PRNG for this.
|
||||
k, err := ecdsa.GenerateKey(elliptic.P521(), rand.Reader)
|
||||
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue