Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 626 Bytes

index.rst

File metadata and controls

32 lines (20 loc) · 626 Bytes

srslib

srslib is a modern Python implementation of the Sender Rewriting Scheme (SRS).

For an overview of this library and example usage, please refer to the GitHub repository at

Module Documentation

.. autoclass:: srslib.SRS
   :members:
   :member-order: bysource

   .. automethod:: srslib.SRS.__init__

Exceptions

.. autoclass:: srslib.Error

.. autoclass:: srslib.InvalidAddressError

.. autoclass:: srslib.InvalidHashError

.. autoclass:: srslib.InvalidTimestampError