diff --git a/attest/attest.go b/attest/attest.go index 0fdd00e..4bb2818 100644 --- a/attest/attest.go +++ b/attest/attest.go @@ -83,17 +83,6 @@ const ( keyEncodingParameterized ) -// KeyPurpose indicates the intended use of the key. It is implied that -// the key was created with usage restrictions to constrain its use -// to the given purpose. -type KeyPurpose uint8 - -// Key purposes. -const ( - AttestationKey KeyPurpose = iota - StorageKey -) - type aik interface { Close(*TPM) error Marshal() ([]byte, error)