Skip to content

Commit d2f8072

Browse files
committed
update version
Signed-off-by: sal rashid <[email protected]>
1 parent 281ccdc commit d2f8072

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#### crypto.Signer, implementations for Trusted Platform Modules
22

3-
where private keys as embedded inside:
4-
5-
* `Trusted Platform Module (TPM)`
3+
where private keys as embedded inside `Trusted Platform Module (TPM)`
64

75
Basically, you will get a `crypto.Signer` interface where the private keys are saved on those platform.
86

tpm/tpm.go

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright 2020 Google LLC.
2-
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE file.
4-
51
// Creates a crypto.Signer() for TPM based credentials
62
// Support RSA, ECC and keys with policiyPCR
73
// Also fulfils TLSCertificate() interface for use with TLS

tpm/tpm_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build !windows
2-
31
package tpm
42

53
import (

0 commit comments

Comments
 (0)