-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduces support (at the marshal/unmarshal level) for: - the SHA3 family of hash algorithms - the EDDSA signing scheme (used by curve25519) - the tag TPM_ST_ATTEST_NV_DIGEST, for the new form of TPM2_NV_Certify that certifies a hash of the NV area - the legacy block cipher 3DES - the key derivation function KDF2 Also add some missing constants from the algorithm registry. Signed-off-by: Fergus Dall <[email protected]>
- Loading branch information
1 parent
8699ab3
commit 92a3e24
Showing
2 changed files
with
95 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters