Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/operations/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
Loading