diff --git a/src/operations/create.md b/src/operations/create.md index 263cb6e..1f944da 100644 --- a/src/operations/create.md +++ b/src/operations/create.md @@ -29,8 +29,7 @@ or from a [Genesis Document]. An secp256k1 public key can be used as the [Genesis Bytes]. The key MUST be in its compressed SEC format: a 33-byte representation consisting of a single prefix byte (`0x02` or `0x03`) followed by the 32-byte x-coordinate of -the elliptic curve point. -Reference Section 2.3.3 in SEC 1: Elliptic Curve Cryptography {{#cite SEC}}. +the elliptic curve point. Reference Section 2.3.3 in SEC 1: Elliptic Curve Cryptography {{#cite SEC}}. ## Genesis Document Hash diff --git a/src/terminology.md b/src/terminology.md index 510cc6d..ffde3ba 100644 --- a/src/terminology.md +++ b/src/terminology.md @@ -140,7 +140,7 @@ The algorithm is specified in BIP340 Cryptosuites v0.1 {{#cite BIP340-Cryptosuit ## Genesis Bytes { #genesis-bytes } The bytes used to generate a **did:btcr2** identifier. These bytes are either a 33-byte compressed -Standards for Efficient Cryptography (SEC) encoded secp256k1 public key or a 32-byte SHA-256 hash +Standards for Efficient Cryptography ({{#cite SEC}}) encoded secp256k1 public key or a 32-byte SHA-256 hash of a [Genesis Document]. ## Genesis Document { #genesis-document }