py-libp2p/libp2p/security
Nguyễn Gia Phong 080f8edc8e Use trio.lowlevel instead of trio.hazmat
Since trio 0.15.0, hazmat has been deprecated.

trio-typing and mypy are bumped to support newer trio and each other.
2021-02-23 22:02:34 +07:00
..
insecure plaintext: update pb 2020-02-28 15:50:03 +08:00
noise Use trio.lowlevel instead of trio.hazmat 2021-02-23 22:02:34 +07:00
secio `BaseMsgReadWriter` 2020-02-28 15:50:01 +08:00
__init__.py Scaffold security 2019-04-27 19:42:05 -04:00
base_session.py Security: ensure remote pubkeys are stored 2020-02-28 15:50:00 +08:00
base_transport.py Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
exceptions.py Move `HandshakeFailure` to libp2p.security 2019-09-16 19:09:09 +08:00
secure_conn_interface.py Negotiate multiselect version for Muxer 2019-08-21 11:43:24 +08:00
secure_session.py Security: ensure remote pubkeys are stored 2020-02-28 15:50:00 +08:00
secure_transport_interface.py Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
security_multistream.py Noise: add noise option in the factories and tests 2020-02-28 15:50:01 +08:00