add signature documentation page (#123)
This commit is contained in:
parent
1b53e3b693
commit
a77b522128
3 changed files with 43 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue