add signature documentation page (#123)

This commit is contained in:
arnaucube 2025-03-11 19:49:12 +01:00 committed by GitHub
parent 1b53e3b693
commit a77b522128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 1 deletions

View file

@ -5,7 +5,7 @@ A SignedPod consists of the following fields:
- it can only contain [`ValueOf` statements](./statements.md).
- the Signer's public key is one of the key-values in the `kvs`.
- `id`: the Root of the `kvs` MerkleTree
- `signature`: a signature over the `id`
- `signature`: a [signature](./signature.md) over the `id`
- `signer`: the public key attached to the digital signature `signature`
- `type`: the constant `SIGNATURE`