Thomas von Dein
|
b8008d1207
|
removed endian conversion code, now we just write in big-endian on output with shifts, not swaps etc
|
2016-10-20 23:14:14 +02:00 |
|
TLINDEN
|
671352bc29
|
unfortunately my tab/spc config was wrong for a couple of years. fixed all tabs=>spaces+re-indent
|
2016-05-09 22:24:13 +02:00 |
|
TLINDEN
|
bbdda67a6e
|
using constant time memcmp by C.Meessen
|
2015-08-27 11:19:24 +02:00 |
|
TLINDEN
|
da6dda795b
|
fixed error return to 0, -1 lead to int overflows
|
2015-07-09 18:37:33 +02:00 |
|
TLINDEN
|
4d68e52945
|
added _hex2bin()
|
2015-07-08 01:23:10 +02:00 |
|
TLINDEN
|
57517a1000
|
abandoned yaml, perl and c key exporters, added json exporter using libjansson, enable with --with-json
|
2015-07-06 23:02:04 +02:00 |
|
TLINDEN
|
b3851f62e8
|
revert mode changes made by windows devel system (sic)
|
2014-03-17 17:20:29 +01:00 |
|
scip
|
a1cfe16c3c
|
(back) ported win32 32bit compatibility along with lots of fixes
|
2014-03-15 17:26:42 +01:00 |
|
git@daemon.de
|
b8552af5e9
|
- broken - reimplementing z85 decoder, using hyphens again, doesn't work yet...
|
2014-03-01 11:58:10 +01:00 |
|
git@daemon.de
|
3b1db06529
|
changed all occurrences of unsigned char to byte (defined in defines.h) to make the code more precise about sizes.
|
2014-02-25 11:09:58 +01:00 |
|
git@daemon.de
|
7d715ba880
|
finally got pbp key export/import to work. in order to make it happen, pbp needs to be patched (see pbp issue#10 for details!) to enable padding.
|
2014-02-06 16:30:50 +01:00 |
|
git@daemon.de
|
5707ecbf9c
|
added a generic _dump() function and put functions into its own C file...
|
2014-02-05 13:08:34 +01:00 |
|