Onionr/onionr/onionrusers
Kevin Froman c85bb73d77 documented onionrusers better with readme 2019-06-13 14:53:20 -05:00
..
README.md documented onionrusers better with readme 2019-06-13 14:53:20 -05:00
__init__.py documented onionrusers better with readme 2019-06-13 14:53:20 -05:00
contactmanager.py added more subdirectory readmes 2019-06-13 11:24:34 -05:00
onionrusers.py added more subdirectory readmes 2019-06-13 11:24:34 -05:00

README.md

onionrusers

onionrusers is a small collection of classes for interacting with onionr public keys, such as encrypting messages to them with forward secrecy, interacting with their settings, or else.

Files

onionrusers.py: OnionrUsers class can be used to encrypt/decrypt messages to a particular Onionr user (incl. forward secrecy), view information about them, and get our friend list.

contactmanager.py: Inheriting from OnionrUsers, ContactManager allows arbitrary information to be associated with an Onionr user.