mirror of
https://github.com/google/go-attestation.git
synced 2025-01-30 23:53:51 +00:00
Eric Chiang
c251eb0fbd
Merge pull request #101 from ericchiang/api
attest: don't define exported API in files with build tags
Go-Attestation
Go-Attestation abstracts remote attestation operations across a variety of platforms and TPMs.
Installation
The go-attestation package is installable using go get: go get github.com/google/go-attestation/attest
Linux users must install libtspi
and its headers. This can be installed on debian-based systems using: sudo apt-get install libtspi-dev
.
Status
Go-Attestation is under active development and is not ready for production use. Expect API changes at any time.
Please note that this is not an official Google product.
Description
Languages
Go
98%
Shell
2%