An open API service indexing awesome lists of open source software.

https://github.com/notaryproject/tspclient-go

Golang implementation of the Time-Stamp Protocol (TSP) client as specified in RFC3161
https://github.com/notaryproject/tspclient-go

go rfc3161 timestamp

Last synced: 3 months ago
JSON representation

Golang implementation of the Time-Stamp Protocol (TSP) client as specified in RFC3161

Awesome Lists containing this project

README

          

# tspclient-go

[![Build Status](https://github.com/notaryproject/tspclient-go/actions/workflows/build.yml/badge.svg?event=push&branch=main)](https://github.com/notaryproject/tspclient-go/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Amain)
[![codecov](https://codecov.io/gh/notaryproject/tspclient-go/branch/main/graph/badge.svg)](https://codecov.io/gh/notaryproject/tspclient-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/notaryproject/tspclient-go.svg)](https://pkg.go.dev/github.com/notaryproject/tspclient-go@main)

tspclient-go provides implementation of the Time-Stamp Protocol (TSP) client as specified in RFC 3161.

## Table of Contents
- [Documentation](#documentation)
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Documentation

Library documentation is available at [Go Reference](https://pkg.go.dev/github.com/notaryproject/tspclient-go).

## Code of Conduct

This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

## License

This project is covered under the Apache 2.0 license. You can read the license [here](LICENSE).