Go to file
Gergely Polonkai 83add95c8a feat: Rename the disconnect method of each SHSEndpoint to close
The two verbs have the same meaning in this context, and this unifies the two interfaces, which helps type checking in
code using this library.
2023-11-13 06:36:51 +01:00
2018-02-04 15:45:47 +01:00
2017-06-05 00:35:27 +02:00
2017-06-05 00:35:27 +02:00
2017-06-05 00:35:27 +02:00
2023-10-31 06:01:13 +01:00

**WORK IN PROGRESS**

PySecretHandshake - Secret Handshake in Python
==============================================


This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake:
Authenticated Key Exchange as a Capability System" <http://dominictarr.github.io/secret-handshake-paper/shs.pdf>`_
(Dominic Tarr, 2015).

**Please, don't use this package in production. The implementation hasn't yet been carefully checked.**
Description
Fork of pferreir’s PySecretHandshake (https://github.com/pferreir/PySecretHandshake) to make it up to date.
Readme 240 KiB
Languages
Python 100%