summaryrefslogtreecommitdiff
path: root/other/fun/strkey.c
AgeCommit message (Collapse)Author
2018-07-22Run Clang global static analysis on Travis.iphydf
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
2018-03-16Remove the use of the 'hh' format specifier.iphydf
It's not supported in mingw. See https://github.com/TokTok/c-toxcore/issues/786.
2016-08-12Check code formatting on Travis.iphydf
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference.
2014-06-20Fixed a case when public key contained null bytesMaxim Biro
2014-06-20Added strkeyMaxim Biro