Docs.rs
synta-python-0.3.1
synta-python 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
22 July 2026
Links
Repository
crates.io
Source
Owners
abbra
Dependencies
pyo3 >0.26, <0.28
normal
synta ^0.3.1
normal
synta-certificate ^0.3.1
normal
synta-python-common ^0.3.1
normal
synta-x509-verification ^0.3.1
normal
Versions
92.82%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module otp
_synta
0.3.1
Module otp
Module Items
Structs
In crate _
synta
_synta
Module
otp
Copy item path
Source
Expand description
Python bindings for HOTP (RFC 4226) and TOTP (RFC 6238) OTP generators.
Structs
ยง
PyHOTP
HMAC-based One-Time Password generator (RFC 4226).
PyTOTP
Time-based One-Time Password generator (RFC 6238).