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
.
go get github.com/globalsign/tpmkeys
Copyright (c) 2020-present GMO GlobalSign, Inc.
Licensed under MIT License