python-tuf/tuf/api
Teodora Sechkova 8710f8d71a
Add hash and length verification
Extend MetaFile and TargetFile classes with methods
for length and hash verification.  The common functionality
is implemented as static methods of the base class while
MetaFile and TargetFile implement the user API based on it.

Define LengthOrHasheMismathError.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-06-11 11:52:54 +03:00
..
serialization Metadata API: Use TYPE_CHECKING for cyclic import 2021-05-19 14:26:55 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Add hash and length verification 2021-06-11 11:52:54 +03:00
pylintrc Metadata API/pylintrc: Use old style logging 2021-05-11 11:47:38 +03:00