Skip to content

Commit

Permalink
Merge pull request #7 from dgarske/auth_enc_dec
Browse files Browse the repository at this point in the history
Completed TPM2 wrappers and wrapper example code
  • Loading branch information
JacobBarthelmeh authored Mar 9, 2018
2 parents a85ec75 + 9cae3e6 commit 3fd7878
Show file tree
Hide file tree
Showing 9 changed files with 2,701 additions and 1,577 deletions.
1,123 changes: 792 additions & 331 deletions README.md

Large diffs are not rendered by default.

543 changes: 401 additions & 142 deletions examples/tpm/tpm2_demo.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/tpm/tpm2_demo.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@


int TPM2_Demo(void* userCtx);

int TPM2_Wrapper_Demo(void* userCtx);

#endif /* _TPM2_DEMO_H_ */
Loading

0 comments on commit 3fd7878

Please sign in to comment.