repositorypackage
1.0.3
Repository: https://github.com/globalsign/tpmkeys.git
Documentation: pkg.go.dev
# README
tpmkeys
Package tpmkeys provides an implementation of crypto.Signer and crypto.Decrypter for private keys resident on a TPM 2.0 (Trusted Platform Module) device.
It is designed for use with the google/go-tpm/tpm2 package and enables
TPM-resident keys to be used transparently with Go standard library packages such
as crypto
and tls
.
Install
go get github.com/globalsign/tpmkeys
License
Copyright (c) 2020-present GMO GlobalSign, Inc.
Licensed under MIT License