aboutsummaryrefslogtreecommitdiff
path: root/src/libs.cpp
AgeCommit message (Collapse)Author
2016-05-24Build the crypto libs as C99Richard van der Hoff
Some of the crypto libs rely on UINT64_C, which in glibc 2.17 and earlier was not defined for C++ code (see https://sourceware.org/bugzilla/show_bug.cgi?id=15366).
2015-03-03Add functions for signing and verifying messages using curve25519 keysMark Haines
2015-02-26Copyright notices and a licenseMark Haines
2015-02-20initial commit: start implementing the crypto primitivesMark Haines