py-libp2p/libp2p/security
Alex Stokes 8e8318aa5c
Introduces IO abstractions apart from asyncio or those attached to IRawConnection
Also adds `msgio` utilities to mirror the Go implementation
2019-09-03 21:59:50 -07:00
..
insecure Adjust callsite 2019-08-24 22:37:45 +02:00
secio Merge pull request #276 from ralexstokes/fix-secio-impl 2019-09-03 23:01:45 +02:00
__init__.py Scaffold security 2019-04-27 19:42:05 -04:00
base_session.py Introduces IO abstractions apart from asyncio or those attached to IRawConnection 2019-09-03 21:59:50 -07:00
base_transport.py Add source for some secure bytes, e.g. to provide a nonce 2019-08-24 22:37:44 +02: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 feedbacks 2019-08-22 22:53:49 +08:00