tpm2-crypto 0.5.3

TPM 2.0 cryptographic routines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TPM 2.0 cryptographic routines

## Development

* Git: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-crypto.git
* Contributions: patches can be submitted to `tpm-protocol@lists.linux.dev`.
* Commits follow the [Conventional Commits]https://www.conventionalcommits.org/en/v1.0.0/
  specification.
* New commits should include a `Signed-off-by` trailer.
* Versioning scheme uses [Semantic Versioning]https://semver.org/.

## Licensing

The `tpm2-crypto` library is licensed under the permissive `MIT OR Apache-2.0`
license to allow for wide adoption.