- Dec 11, 2017
-
-
Luker authored
subkeys will be added every year, so keep refreshing it. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
* Wrong declaration of C functions * fix including of split caches for header-only and linked library CmakeList: split the sources for linked and header-only Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
See github #12 . Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Multi-process computation sharing is a pain, and also a security hazard. Ignore it, let's fix everything else first Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Jan 02, 2017
-
-
Luker authored
set default/delete for all class constructors Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Dec 30, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Dec 27, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Dec 15, 2016
-
-
Luker authored
RFC says one thing, but we did an other, which was still completely equivalent. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Maybe. we'll see. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 25, 2016
-
-
Luker authored
typo. make things compile again Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
No changes here. Just formatting. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 11, 2016
-
-
Luker authored
conformity tests might not have been correct? re-running... Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 10, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Benchmarks now make more sense. New RAW API is about 30% faster than the RFC. Precomputations only make sense after a certain size, probably dependent on symbol size ? Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 09, 2016
-
-
Luker authored
Unexpected timings again. Will investigate. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Something weir is happening. Benchmarks are much slower than the rfc_test. Are we actually benchmarking stuff in rfc_test? Is it the difference in time measurement? More investigation needed. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Kind of untested, but *should* withstand overflow of counters now. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 08, 2016
-
-
Luker authored
RFC6330 lies. No big deal, just a change of names. Many thanks to Mohammed Alasmar Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 05, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 04, 2016
-
-
Luker authored
Also: start experimenting with hiding symbols of other libraries. Will make a "self-supported" library some time... Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 03, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Nov 02, 2016
-
-
Luker authored
Too many iterators, all the same. a couple of macros are better than that much duplication Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also, a longstanding, never-triggered bug got fixed. More work need to be done for decoder iterators, and the <future>, which is not supported in C++98 Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Oct 31, 2016
-
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Smallfixes, really Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Still incomplete. And I am not sure I should support it, but it should get more people happy Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
Also, bug that prevented things from compiling. Sorry for last-second changes. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
Luker authored
We can now either compile & link the library, or include header-only (almost, but the structure is there). Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Oct 30, 2016
-
-
Luker authored
Having deque of pointers to objects of about uint32 was not really efficient, plus we had the "Weak-vtable" warning. keep everything in a union, manually resolve the right function to call. Now we have a deque of operations. Only block and reorder need further allocations. Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-
- Oct 28, 2016
-
-
Luker authored
Only naively ported. We now have a full vtable for each object. TODO: eliminate the vtable, check if size() is really used (hint: don't think so). Signed-off-by: Luca Fulchir <luker@fenrirproject.org>
-