Digest defines a structure to hold a digest value including the algorithm used to generate it.Documentation Index
Fetch the complete documentation index at: https://gobl-improv.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Schema ID
https://gobl.org/draft-0/dsig/digest
Properties
| Title | Property | Type | Req. | Description |
|---|---|---|---|---|
| Algorithm | alg | string | true | Algorithm stores the algorithm key that was used to generate the value. |
| Value | val | string | true | Value contains the Hexadecimal representation of the resulting hash generated by the algorithm. |