transparency-dev/formats
GitHub: transparency-dev/formats
Stars: 11 | Forks: 10
# 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.
标签:EVTX分析