aboutsummaryrefslogtreecommitdiff
path: root/src/Signature.cpp
AgeCommit message (Expand)Author
2020-08-18Fix read outside bufferdec05eba
2020-08-18Add methods to store/retrieve encrypted user (using argon2 for hash)dec05eba
2020-08-18Replace files with sqlitedec05eba
2020-08-18Add comparison function to public keydec05eba
2020-08-18Remove unnecessary dependency 'fmt'dec05eba
2020-08-18Add decryption (and caching) of data, even when adding encryption key after d...dec05eba
2020-08-18Store database storage to files, also loadingdec05eba
2020-08-18Fix PrivateKey/PublicKey ::toStringdec05eba
2020-08-18Expose include dirdec05eba
2020-08-18Partially implement 'add' operationdec05eba
2020-08-18Implement 'create' operation, add seedingdec05eba
2020-08-18Sign messages/verify message signaturesdec05eba
2020-08-18Add database storage (in memory), need to store it on disk laterdec05eba
2020-08-18Add private/public key for usersdec05eba