File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Added ` HashAlgorithm ` to exports of the base package module.
11
+
10
12
## Fixed
11
13
12
14
- Fixed spelling of ` hash_algorithm ` parameter in ` TimestampRequestBuilder ` class ([ 131] ( https://github.com/trailofbits/rfc3161-client/pull/131 ) )
Original file line number Diff line number Diff line change 1
1
"""rfc3161-client"""
2
2
3
- from .base import TimestampRequestBuilder , decode_timestamp_response
3
+ from .base import HashAlgorithm , TimestampRequestBuilder , decode_timestamp_response
4
4
from .errors import VerificationError
5
5
from .tsp import (
6
6
Accuracy ,
17
17
__all__ = [
18
18
"decode_timestamp_response" ,
19
19
"TimestampRequestBuilder" ,
20
+ "HashAlgorithm" ,
20
21
"Verifier" ,
21
22
"VerifierBuilder" ,
22
23
"VerificationError" ,
You can’t perform that action at this time.
0 commit comments