Skip to main content

Crate _synta

Crate _synta 

Source
Expand description

Python bindings for Synta ASN.1 library

This module provides PyO3-based Python bindings for the Synta ASN.1 library, enabling high-performance ASN.1 parsing and encoding from Python.

Re-exports§

pub use certificate::*;
pub use decoder::*;
pub use encoder::*;
pub use error::*;
pub use types::*;

Modules§

certificate
Python bindings for X.509 and related PKI types.
decoder
Python wrapper for ASN.1 decoder
encoder
Python wrapper for ASN.1 encoder
error
Error handling for Python bindings
krb5
Python bindings for Kerberos V5 and PKINIT types from synta_krb5.
pkinit
Python bindings for PKINIT types (RFC 4556 + RFC 6112 + RFC 8636).
types
Python wrappers for ASN.1 types

Enums§

PyEncoding
ASN.1 encoding rules