Skip to content

Commit

Permalink
Simplify text based on generalized statement about JWK.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 27, 2019
1 parent 1272101 commit 9d76711
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1368,11 +1368,9 @@ <h2>
secp256k1
</td>
<td>
Secp256k1 public key values MUST be encoded in either JSON Web Key (JWK)
format using the <code>publicKeyJwk</code> property or as the raw 32-byte
public key value encoded in Base58 Bitcoin format using the
<code>publicKeyBase58</code> property. Other Secp256k1 public key formats
MUST NOT be used.
Secp256k1 public key values MUST be encoded as the raw 32-byte public key value
encoded in Base58 Bitcoin format using the <code>publicKeyBase58</code>
property if they are not encoded in JWK format.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9d76711

Please sign in to comment.