py-libp2p/libp2p/security/secio
mhchia 6016ea731b
BaseMsgReadWriter
- Change `BaseMsgReadWriter` to encode/decode messages with abstract
method, which can be implemented by the subclasses. This allows us to
create subclasses `FixedSizeLenMsgReadWriter` and
`VarIntLenMsgReadWriter`.
2020-02-28 15:50:01 +08:00
..
pb Re-generate protobufs 2019-10-25 18:51:57 +09:00
__init__.py Move security transports into their respective sub-packages 2019-08-15 16:33:33 -07:00
exceptions.py Merge pull request #331 from dmuhs/fix/docs-format 2019-10-28 09:39:52 -06:00
transport.py BaseMsgReadWriter 2020-02-28 15:50:01 +08:00