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