Skip to content

Commit

Permalink
#5 Add ECDSA key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
VladaSedlacek committed Mar 9, 2019
1 parent 5c1932b commit d34b1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-keys/generate_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
log.Fatal(err)
}

// TODO rand.Redaer is global and maybe we don't need to pass it along
// TODO rand.Reader is global and maybe we don't need to pass it along
// but just call it, when it is needed
reader := rand.Reader

Expand Down

0 comments on commit d34b1c3

Please sign in to comment.