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
- Host: GitHub
- URL: https://github.com/notaryproject/tspclient-go
- Owner: notaryproject
- License: apache-2.0
- Created: 2024-01-17T08:10:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T09:46:14.000Z (7 months ago)
- Last Synced: 2025-06-30T10:41:32.750Z (7 months ago)
- Topics: go, rfc3161, timestamp
- Language: Go
- Homepage: https://notaryproject.dev
- Size: 95.7 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# tspclient-go
[](https://github.com/notaryproject/tspclient-go/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Amain)
[](https://codecov.io/gh/notaryproject/tspclient-go)
[](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).