File: README.md

package info (click to toggle)
golang-github-google-go-tpm 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,932 kB
  • sloc: makefile: 13
file content (12 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# go-tpm usage examples

This directory contains binaries that show how to use go-tpm.

## Versions

Directories that start with `tpm-` are for TPM 1.x devices.

Directories that start with `tpm2-` are for TPM 2.x devices.

They are not compatible. For example, running `tpm-sign` against a TPM 2.x
device will fail.