1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
sshsig
======
A Python library implementing the
SSHSIG [digital signature](https://en.wikipedia.org/wiki/Digital_signature) format of
[`ssh-keygen`](https://en.wikipedia.org/wiki/Ssh-keygen),
one of the two digital signature formats supported by
[Git](https://en.wikipedia.org/wiki/Git).
[Check Signature Tutorial](tutorial/check_signature.md)
[Verify Signature Tutorial](tutorial/verify_signature.md)
[How to Check a Git Commit Signature](howto/check_commit.md)
[API Reference](reference.md)
Install
-------
```
pip install sshsig
```
|