v0.0.2
What's Changed
Added
- Magic methods (
__hash__and__repr__) have been added for TimestampResponse and
TimestampRequest (#32) VerifierBuilderis now the only way to create aVerifier(#35)
Fixed
- The version is now correctly sourced from
pyproject.toml(#30) - The nonce generation no longer fails sporadically (#33)
Accuracynow correctly accepts valid inputs and enforce range invariants (#43)- Fixes a bug in how
TSTInfowas parsed (#45)
Changed
- The public API is now available directly from the main package module (#36)
Full Changelog: v0.0.1...v0.0.2