From fd739b864db8c490316b3cbcf019f38f59064090 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Mon, 5 May 2014 12:47:18 +0200 Subject: [PATCH] + --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f07e118..3da3809 100644 --- a/TODO +++ b/TODO @@ -17,14 +17,16 @@ Add newlines to headers in define.h, so strlen() later catches the whole length. Check is_utf8 license. also found in https://gd.meizo.com/_files/lpc/ext/utf8.c -Vault checksum with global vault - Symmetric decrypt mode tries to open vault pcp_find_primary_secret() makes a copy ??? c++ destructor double free mess +Use 64bit timte_t counters (either 32bit converted to 64bit or native) +see: http://www.openbsd.org/faq/upgrade55.html#time_t + +change sign+encrypt to encrypt+sign Python binding, e.g.: py % cdll.LoadLibrary("libsodium.so.8")