aboutsummaryrefslogtreecommitdiff
path: root/src/Encryption.cpp
AgeCommit message (Collapse)Author
2020-08-18Add local user storage function (locally stored encrypted user private key)dec05eba
2020-08-18Store database storage to files, also loadingdec05eba
2020-08-18Expose include dirdec05eba
2020-08-18Partially implement 'add' operationdec05eba
2020-08-18Implement 'create' operation, add seedingdec05eba
Seeding is currently only done on the key you specify, in the future the user should request data that it can seed.
2020-08-18Add encryption functions (xchacha20)dec05eba
Changed license to GPL 3.0 because of incompatible license with opendht. Should odhtdb stay GPL 3.0 or should opendht be replaced with libdht so license can be changed back to MIT?