Skip to content

Commit

Permalink
other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chilaraiSxt committed Aug 19, 2024
1 parent 567d5e6 commit c804bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func main() {
}

// public key
// Some languages generate 32-byte private key while some generate 64-byte ones. For the later cases, 64-byte pvt key = 32-byte actual private key + 32-byte public key
// Some languages generate a 32-byte private key while some generate 64-byte ones. For the later cases, 64-byte pvt key = 32-byte actual private key + 32-byte public key
pubKeyBytes, err := base64.StdEncoding.DecodeString(pubKey)
if err != nil {
log.Println("Public key decoding to []bytes error", err)
Expand Down

0 comments on commit c804bcf

Please sign in to comment.