AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Create a `crypto` module #63

Open felipedau opened 7 years ago

felipedau commented 7 years ago

One part of the crypto used in peer comes from pyaxo and another part comes directly from PyNaCl. Additionally, other modules in unMessage are importing from them as well (packets, untalk, etc) and this might cause problems in the future.

I think we should create a crypto module that imports from these dependencies and offer an api for unMessage's own modules.