Documentation

tpm2sh

tpm2sh is a command-line tool for accessing TPM 2.0 chips.

Overview

Development

Documentation

Inline comments (//) are not allowed. Take advantage of either /// or //! when something needs to be documented to the source code.

Errors are documented with a convention stolen from Project Mu::::

/// # Errors
///
/// Returns [ErrorName1](crate::module::ErrorEnum::Error1) when <this> happens
/// Returns [ErrorName2](crate::module::ErrorEnum::Error2) when <this> happens
///

Licensing

tpm2sh is licensed under the GPL-3.0-or-later license.