# 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.