You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
Currently, pss handshake tests are deactivated. There is no guarantee that they work as intended.
That said, the handshake implementation seems somewhat haphazard, and it is questionable if it's at all within the scope of pss to provide such a handshake mechanism. And even if it is, it should still make it possible to interface with existing and well tested negotiation and exchange mechanisms for session keys.
This suggests that:
handshakes should be a separate package
handshakes should provide an interface to hook in existing session key implementations
existing session key implementation should implement said interface
should probably be renamed to session
The text was updated successfully, but these errors were encountered:
Currently, pss handshake tests are deactivated. There is no guarantee that they work as intended.
That said, the handshake implementation seems somewhat haphazard, and it is questionable if it's at all within the scope of pss to provide such a handshake mechanism. And even if it is, it should still make it possible to interface with existing and well tested negotiation and exchange mechanisms for session keys.
This suggests that:
session
The text was updated successfully, but these errors were encountered: