Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Hinek <[email protected]>
  • Loading branch information
decentralgabe and frankhinek authored May 14, 2024
1 parent f236b7e commit d375e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ As a convenience, one such registry is [provided by this specification](registry

### Retained DID Set

As feature of the DID DHT Method, operators of a [[ref:Gateway]] ****MUST**** support retaining DIDs for extended periods
As a feature of the DID DHT Method, operators of a [[ref:Gateway]] ****MUST**** support retaining DIDs for extended periods
of time to reduce the burden on DID controllers and [[ref:Clients]] in needing to [[ref:republish]] their records to
[[ref:Mainline]].

Expand All @@ -719,7 +719,7 @@ the overall reliability and effectiveness of [[ref:Gateways]] in managing DIDs.
#### Generating a Retention Solution

A [[ref:Retention Solution]] is a form of [proof of work](https://en.bitcoin.it/wiki/Proof_of_work) bound to a specific
DID identifier, using input values supplied by given [gateway](registry/index.html#gateways). The proof of work is
DID identifier, using input values supplied by a given [gateway](registry/index.html#gateways). The proof of work is
performed using the [SHA-256 hashing algorithm](https://en.wikipedia.org/wiki/SHA-2) over the concatenation of a the
`did` identifier and random [`nonce`](https://en.wikipedia.org/wiki/Cryptographic_nonce) supplied by the user, and a
`hash` value [supplied by the gateway](#get-the-current-challenge). The result of a given proof of work attempt is
Expand Down

0 comments on commit d375e5e

Please sign in to comment.