You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/key-transparency/api/auditor-information.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
pcx_content_type: overview
3
3
title: Auditor
4
-
sidebar:
4
+
sidebar:
5
5
order: 1
6
6
---
7
7
8
-
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 serialises this information in binary using protobuf or bincode and checks whether the requested inclusion is valid, as in not satisfies [publication constraints](./epochs/#constraints).
8
+
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).
9
9
10
10
If the Log is setup to provide [AKD](https://github.com/facebook/akd) audit proof, the Auditor verifies them asynchronously.
Copy file name to clipboardExpand all lines: src/content/docs/key-transparency/monitor-the-auditor/index.mdx
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ sidebar:
7
7
8
8
Cloudflare's Key Transparency Auditor validates Log audit proofs and provides a signature for them. The Log can then distribute these signatures to its end-users, and provides users with confidence that keys have not been tampered with.
9
9
10
-
In order to verify our work, you can use [Plexi](https://github.com/cloudflare/plexi), a CLI tool that allows anyone to perform proof verification locally via a public [API](./api/index.mdx).
10
+
In order to verify our work, you can use [Plexi](https://github.com/cloudflare/plexi), a CLI tool that allows anyone to perform proof verification locally via a public [API](/key-transparency/api/).
11
11
12
12
## Features
13
13
14
-
* Verify authenticity of a signature, to confirm it has been signed by a given public key
15
-
* Verify the validity of [facebook/akd](https://github.com/facebook/akd) proofs
16
-
* List Logs an Auditor monitors
14
+
- Verify authenticity of a signature, to confirm it has been signed by a given public key
15
+
- Verify the validity of [facebook/akd](https://github.com/facebook/akd) proofs
0 commit comments