Skip to content

Commit

Permalink
Update auditor-information.mdx (#17060)
Browse files Browse the repository at this point in the history
Fix typo in plexi docs
  • Loading branch information
lukevalenta authored Sep 24, 2024
1 parent 6d03dc8 commit 9ba61ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 1
---

The Auditor is designed to sign epoch information, which includes the time at which the request is received by the Auditor, the epoch number, and the epoch digest. The Auditor serializes this information in binary using protobuf or bincode and checks whether the requested inclusion is valid, as in not satisfies [publication constraints](/key-transparency/api/epochs/#constraints).
The Auditor is designed to sign epoch information, which includes the time at which the request is received by the Auditor, the epoch number, and the epoch digest. The Auditor serializes this information in binary using protobuf or bincode and checks whether the requested inclusion is valid, as in it satisfies [publication constraints](/key-transparency/api/epochs/#constraints).

If the Log is setup to provide [AKD](https://github.com/facebook/akd) audit proof, the Auditor verifies them asynchronously.

Expand Down

0 comments on commit 9ba61ee

Please sign in to comment.