Skip to content

Commit

Permalink
Change to Ed25519 example as JwsVerificationKey is not yet stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro authored and msporny committed Jun 8, 2020
1 parent b388139 commit 9ffee6c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3193,14 +3193,9 @@ <h1>

"publicKey": [{
"id": "did:example:123456789abcdefghi#keys-1",
"type": "JwsVerificationKey2020",
"type": "Ed25519VerificationKey2018",
"controller": "did:example:123456789abcdefghi",
"publicKeyJwk": {
"crv": "Ed25519",
"x": "VCpo2LMLhn6iWku8MKvSLg2ZAoC-nlOyPVQaO3FxVeQ",
"kty": "OKP",
"kid": "_Qq0UL2Fq651Q0Fjd6TvnYE-faHiOpRlPVQcY_-tA4A"
}
"publicKeyBase58": "DggG1kT5JEFwTC6RJTsT6VQPgCz1qszCkX5Lv4nun98x"

}, {
"id": "did:example:123456789abcdefghi#keys-3",
Expand Down

0 comments on commit 9ffee6c

Please sign in to comment.