[go: up one dir, main page]

File: hash.md

package info (click to toggle)
tpm2-tools 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,396 kB
  • sloc: ansic: 35,984; sh: 12,809; xml: 8,089; makefile: 569
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Supported Hash Algorithms

Supported hash algorithms are:

  * **0x4** or **sha1** for **TPM_ALG_SHA1**
  * **0xB** or **sha256** for **TPM_ALG_SHA256** **(default)**
  * **0xC** or **sha384** for **TPM_ALG_SHA384**
  * **0xD** or **sha512** for **TPM_ALG_SHA512**
  * **0x12** or **sm3_256** for **TPM_ALG_SM3_256**

**NOTE**: Your TPM may not support all algorithms.