Skip to content

Commit

Permalink
Add E092. (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmorley authored Apr 10, 2020
1 parent 444b082 commit 3e086d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,10 +831,10 @@ <h2>Fixity</h2>
<h2>Inventory Digest</h2>
<p>
Every occurrence of an inventory file <span id="E058">MUST</span> have an accompanying sidecar file stating
its digest. This sidecar file must be of the form <code>inventory.json.ALGORITHM</code>, where
<code>ALGORITHM</code> is the chosen digest algorithm for the object. This value
<span id="E059">MUST</span> match the value given for the <code>digestAlgorithm</code> key in the
inventory. An example might be <code>inventory.json.sha512</code>.
its digest. This sidecar file <span id="E092">MUST</span> be of the form
<code>inventory.json.ALGORITHM</code>, where <code>ALGORITHM</code> is the chosen digest algorithm
for the object. This value <span id="E059">MUST</span> match the value given for the
<code>digestAlgorithm</code> key in the inventory. An example might be <code>inventory.json.sha512</code>.
</p>
<p>
The digest sidecar file <span id="E060">MUST</span> contain the digest of the inventory file. This
Expand Down

0 comments on commit 3e086d8

Please sign in to comment.