Registry / crypto / google-go-attestation

google-go-attestation

JSON →
library0.6.0gogounverified

Go Attestation provides libraries for attesting the identity of hardware and software components, often used in trusted computing.

go get github.com/google/go-attestation
INSTALL
IMPORT
SIG · GOOGLE-GO-ATTESTAT
G
google-go-attestation
cryptogov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

attest
github.com/google/go-attestation

Opens a connection to the TPM device.

package main import ( "fmt" "github.com/google/go-attestation/attest" ) func main() { tpm, _ := attest.OpenTPM(nil) defer tpm.Close() fmt.Println("TPM opened") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
google-go-attestation — go get google-go-attestation · libregistry