py-libp2p/libp2p/security
mhchia 59b373b48a
Add plaintext.proto
Update Makefile to handle the import in `plaintext.proto`.
Import path is modified to be relative to the project root.
And we run `protoc` from where `Makefile` locates, i.e. the project
root.

Reference:
- plaintext.proto: 62b2c6c482/sec/insecure/pb/plaintext.proto
2019-08-22 22:53:46 +08:00
..
insecure Add plaintext.proto 2019-08-22 22:53:46 +08:00
secio Move security transports into their respective sub-packages 2019-08-15 16:33:33 -07:00
simple Ignore mypy error here 2019-08-22 15:58:38 +08:00
__init__.py Scaffold security 2019-04-27 19:42:05 -04:00
base_session.py Use types for {Private,Public}Key and address other missing type hints 2019-08-15 16:33:34 -07:00
base_transport.py Clean up key gen 2019-08-15 19:24:30 -07:00
secure_conn_interface.py Negotiate multiselect version for Muxer 2019-08-21 11:43:24 +08:00
secure_transport_interface.py Use direct types over indirect types 2019-08-15 16:33:32 -07:00
security_multistream.py PR feedback 2019-08-21 11:43:25 +08:00
typing.py Fix flake8 for the existing code 2019-08-04 00:18:30 +08:00