]> git.meshlink.io Git - meshlink/history - src/prf.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / prf.c
2019-10-05 Guus SliepenAdd assert() calls to the library.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
2014-04-17 Guus SliepenUse the SHA512 from ed25519/ instead of from OpenSSL...