mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Support read/write of noise msg and payload
This commit is contained in:
9
libp2p/security/noise/exceptions.py
Normal file
9
libp2p/security/noise/exceptions.py
Normal file
@ -0,0 +1,9 @@
|
||||
from libp2p.security.exceptions import HandshakeFailure
|
||||
|
||||
|
||||
class NoiseFailure(HandshakeFailure):
|
||||
pass
|
||||
|
||||
|
||||
class HandshakeHasNotFinished(NoiseFailure):
|
||||
pass
|
||||
Reference in New Issue
Block a user