davidben / merkle-tree-certs

Other
9 stars 2 forks source link

Split Assertion into Assertion and AbridgedAssertion #49

Closed bwesterb closed 12 months ago

bwesterb commented 1 year ago

The latter is used in the Merkle Tree and HTTP interface. It replaces subject_info by a hash, to save space by not serving large post-quantum public keys. The origin Assertion is used everywhere else, including BikeshedCertificate.

Supersedes #34 Closes #6 (Also includes #33)