Skip to content

Commit

Permalink
Fix typo on testECCP521
Browse files Browse the repository at this point in the history
Change 512 to 521
  • Loading branch information
thibmeu committed Jan 26, 2024
1 parent 4e447cc commit be34328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
|private|[pem](./pem/testECCP384.pem)|[hex](./hex/testECCP384.hex)|
|public|[pem](./pem/testECCP384.pub.pem)|[hex](./hex/testECCP384.pub.hex)|

|testECCP512|||
|testECCP521|||
|--|--|--|
|private|[pem](./pem/testECCP512.pem)|[hex](./hex/testECCP512.hex)|
|public|[pem](./pem/testECCP512.pub.pem)|[hex](./hex/testECCP512.pub.hex)|
|private|[pem](./pem/testECCP521.pem)|[hex](./hex/testECCP521.hex)|
|public|[pem](./pem/testECCP521.pub.pem)|[hex](./hex/testECCP521.pub.hex)|

## Security considerations

Expand Down

0 comments on commit be34328

Please sign in to comment.