We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refer: https://github.com/libp2p/py-libp2p/blob/master/libp2p/security/noise/transport.py#L28-L33
If noise_privkey there is None, then this module should generate a random key for further use.
noise_privkey
None
Right now we just end up with an exception trying to do cryptography over None.
The text was updated successfully, but these errors were encountered:
future ref: https://github.com/libp2p/specs/tree/master/noise
Sorry, something went wrong.
No branches or pull requests
Refer: https://github.com/libp2p/py-libp2p/blob/master/libp2p/security/noise/transport.py#L28-L33
If
noise_privkey
there isNone
, then this module should generate a random key for further use.Right now we just end up with an exception trying to do cryptography over
None
.The text was updated successfully, but these errors were encountered: