Registry / crypto / google-go-tspi

google-go-tspi

JSON →
library0.3.0gogounverified

Package go-tspi provides a Go interface to the TrouSerS TSS API for TPM access.

go get github.com/google/go-tspi
INSTALL
IMPORT
SIG · GOOGLE-GO-TSPI
G
google-go-tspi
cryptogov0.3.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.

tspi
github.com/google/go-tspi

Create a TPM context using go-tspi.

package main import ( "fmt" "github.com/google/go-tspi" ) func main() { ctx, err := tspi.NewContext() if err != nil { panic(err) } defer ctx.Close() fmt.Println("TPM context created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
google-go-tspi — go get google-go-tspi · libregistry