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
session-pysogs depends on the python3-pyonionreq package:
python3-pyonionreq
https://github.com/oxen-io/session-pysogs/blob/debian/sid/debian/control#L21
sogs/crypto.py:import pyonionreq sogs/crypto.py:_junk_parser = pyonionreq.junk.Parser(privkey=_privkey_bytes, pubkey=server_pubkey_bytes) sogs/crypto.py:xed25519_sign = pyonionreq.xed25519.sign sogs/crypto.py:xed25519_verify = pyonionreq.xed25519.verify sogs/crypto.py:xed25519_pubkey = pyonionreq.xed25519.pubkey
However, the source code of this package is not hosted in oxen-io Instead, it seems to be hosted at https://github.com/majestrate/libonionrequests
This issue is a reminder to check in the code in official repositories in the future.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
session-pysogs depends on the
python3-pyonionreq
package:https://github.com/oxen-io/session-pysogs/blob/debian/sid/debian/control#L21
However, the source code of this package is not hosted in oxen-io
Instead, it seems to be hosted at https://github.com/majestrate/libonionrequests
This issue is a reminder to check in the code in official repositories in the future.
The text was updated successfully, but these errors were encountered: