oxen-io / session-pysogs

Python implementation of the Session community server
GNU General Public License v3.0
74 stars 33 forks source link

Checkin python3-pyonionreq source code to Oxen-io repository #197

Open venezuela01 opened 1 year ago

venezuela01 commented 1 year ago

session-pysogs depends on the python3-pyonionreq package:

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.