Skip to content

Commit

Permalink
Update docs/signer.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
lukpueh and jku authored Mar 18, 2024
1 parent 783039a commit 193814a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/signer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Signer API

.. currentmodule:: securesystemslib.signer

At its core the signer API defines abstract interfaces to create and verify
cryptographic signatures:
The signer module provides a simple and unified cryptographic signing and signature verification API designed to work consistently regardless of the underlying signing technology. This is achieved with abstract interfaces backed by multiple implementations:

* ``Signer.sign``
* ``Key.verify_signature``
Expand Down

0 comments on commit 193814a

Please sign in to comment.