Skip to content

Commit

Permalink
use named encoding (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav authored Mar 8, 2024
1 parent e76ac82 commit f440b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umad-02-keys-and-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to create secp256k1 keys using openssl, run:

```bash
# Generate a secp256k1 key:
$ openssl ecparam -genkey -name secp256k1 -out ec_key.pem -param_enc explicit
$ openssl ecparam -genkey -name secp256k1 -out ec_key.pem

# Print out the key data:
$ openssl ec -in ec_key.pem -noout -text
Expand Down

0 comments on commit f440b2e

Please sign in to comment.