| Class | Description |
|---|---|
| TCGAKOT15Commitment |
A commitment generated by the commitment scheme
TCGAKOT15CommitmentScheme. |
| TCGAKOT15CommitmentKey |
A commitment key generated by the commitment scheme
TCGAKOT15CommitmentScheme. |
| TCGAKOT15CommitmentScheme |
An implementation of the gamma binding commitment scheme presented in [1]
While the scheme is intended to be a building block of the larger SPS scheme
SPSFSP2SignatureScheme,
the implementation can be used on its own, where it is gamma-collision resistant
under the Double Pairing assumption as defined in [1]. |
| TCGAKOT15OpenValue |
An opening as generated by the commitment scheme
TCGAKOT15CommitmentScheme. |
| TCGAKOT15XSIGCommitment |
A variant of
TCGAKOT15Commitment that is compatible with
the message space of SPSXSIGSignatureScheme
It adds two elements to the commitment which are required for XSIG to be able to sign this commitment. |
| TCGAKOT15XSIGCommitmentKey |
A variant of
TCGAKOT15CommitmentKey that is compatible with the message space
of SPSXSIGSignatureScheme |
| TCGAKOT15XSIGPublicParameters |
The construction of the AKOT15 signature scheme FSPS2 requires the
PublicParameters to match up
across building blocks. |