1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Formats
[](https://pkg.go.dev/github.com/transparency-dev/formats)
[](https://goreportcard.com/report/github.com/transparency-dev/formats)
[](https://securityscorecards.dev/viewer/?uri=github.com/transparency-dev/formats)
[](https://codecov.io/gh/transparency-dev/formats)
[](https://transparency-dev.slack.com/)
## Overview
This repository contains descriptions and supporting implementations for some
reusable formats related to transparent logs.
While it's not in any way a requirement that transparent systems use these formats,
adopting them will enable a certain amount of interoperability and shared infrastructure
for basic tooling such as logs and witnesses.
## Formats
The following formats are described in this repository, more detailed information is
provided in the respective directories:
### Log Checkpoint
The [`log checkpoint`](./log/README.md#checkpoint-format) represents a commitment to the
state of a transparent log.
## Support
* Mailing list: https://groups.google.com/forum/#!forum/trillian-transparency
- Slack: https://transparency-dev.slack.com/ ([invitation](https://join.slack.com/t/transparency-dev/shared_invite/zt-27pkqo21d-okUFhur7YZ0rFoJVIOPznQ))
|