Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify public key value language for secp256k1.
Browse files Browse the repository at this point in the history
msporny committed Nov 27, 2019
1 parent 4c60e80 commit 1272101
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1368,12 +1368,11 @@ <h2>
secp256k1
</td>
<td>
Secp256k1 key values MAY be expressed as the raw 32-byte value encoded in
base58-btc format using the <code>publicKeyBase58</code> property or
MAY be encoded in JSON Web Key (JWK) format using the <code>publicKeyJwk</code>
property. Both the raw 32-byte base58-btc format and JWK format MUST be
supported by DID Document Processors. The use of other key formats for RSA MUST
cause the DID Document Processor to raise an error.
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.
</td>
</tr>
</tbody>

0 comments on commit 1272101

Please sign in to comment.