-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
tpmdirectIssues specific to the tpmdirect development workIssues specific to the tpmdirect development work
Description
-
Marshal takes interface{} so will panic if you accidentally pass something that is not marshallable.
-
Possible improvements:
- Define an interface for types that can be
Marshalled
in a compact way that minimizes code bloat.
- Define an interface for types that can be
-
-
Type annotations are a bit magic.
- Someone working on this code might get the
gotpm:
type annotations incorrect or slightly incorrect. It would be interesting to look into ways to make it more obvious what to do when introducing new TPM structures from the spec.
- Someone working on this code might get the
Metadata
Metadata
Assignees
Labels
tpmdirectIssues specific to the tpmdirect development workIssues specific to the tpmdirect development work