From 3eadfb7524430ef3098ae572188c20e5dff73f99 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 6 Dec 2019 10:44:53 -0500 Subject: [PATCH] Apply suggestions for public key values from @TallTed. Co-Authored-By: Ted Thibodeau Jr --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 79ee13d3..58b72024 100644 --- a/index.html +++ b/index.html @@ -1369,7 +1369,7 @@

Ed25519 public key values MUST either be encoded as a JWK or be encoded as the raw 32-byte public key value in Base58 Bitcoin format using the -publicKeyBase58 property if they are not encoded in JWK format. +publicKeyBase58 property. @@ -1379,7 +1379,7 @@

Secp256k1 public key values MUST either be encoded as a JWK or be encoded as the raw 32-byte public key value in Base58 Bitcoin format using the -publicKeyBase58 property if they are not encoded in JWK format. +publicKeyBase58 property.