summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.h
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-09-14Standardise header guards.iphydf
2018-08-26Update copyright to 2018.iphydf
2017-12-29Change toxencryptsave API to never overwrite pass keys.iphydf
2017-10-27Adjust docs of few toxencrypt function to the codeDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-12Clarify that the pass key `new` function can fail.iphydf
2016-12-17docs(TES): correct docs to reflect how many bytes fns actually requireZetok Zalbavar
2016-12-14Fix unresolved reference in toxencryptsave API.iphydf
2016-12-13Add apidsl file for toxencryptsave.iphydf
2016-12-09Improve toxencryptsave documentationMaxim Biro
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-01Sort #includes in all source files.iphydf
2016-02-13lets define this correctlly insteadGregory Mullen (GrayHatter)
2016-02-13added versioning to toxencryptsaveGregory Mullen (GrayHatter)
2015-05-26These parameters should have been const.irungentoo
2015-04-01Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2015-04-01Enough pestering me pleaseDubslow
2015-03-31Make keys into a struct for more programmer safetyDubslow
2015-03-31Fix minor code duplicationDubslow
2015-03-31Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2015-03-31Fix toxencryptsave to be consistent with new_apiDubslow
2015-03-26Making tox_encrypted_new() use the same error codes as tox_new was a bad idea.irungentoo
2015-03-06Fixed typedef.irungentoo
2015-03-01Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_apiirungentoo
2015-02-27Realign toxencryptsave with new APIDubslow
2015-02-14A bit of new api work done.irungentoo
2014-10-23Merge branch 'dubslow-master'irungentoo_trip
2014-10-23fix #1124 by adding salt manip functionsdubslow
2014-10-17Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-17add load/save from key instead of pwdubslow
2014-10-16astyle toxencryptsave.irungentoo
2014-10-12Fix include issuedubslow
2014-10-12Merge branch 'master' of https://github.com/irungentoo/toxcoredubslow
2014-10-12apparently i forgot to add/commit these comments...dubslow
2014-10-10Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2014-10-09re-refactor to separate pass->key and key->encryptiondubslow
2014-10-08refactor toxencryptedsave to allow passphrase encryption of arbitrary datadubslow
2014-09-14Fixed toxencryptsave include issue.irungentoo
2014-09-11Add magic number, auto tests still requiredDubslow
2014-09-10modify inclusionsDubslow
2014-09-09compiling against nacl seems to break VANILLA_NACL...Dubslow