transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
11 stars 11 forks source link

Removed the Verifier from Tessera #308

Closed mhutchinson closed 1 week ago

mhutchinson commented 1 week ago

This has instead been replaced with unsafe parsing of the checkpoints that skips the signature verification. This is ONLY safe becase all usages are inside the same trust boundary that signed the checkpoint.

This fixes #191.