TLINDEN
|
3c30d8871b
|
using secure memory where applicable using sodium_malloc or sodium_mlock, where not
|
2015-01-13 13:07:32 +01:00 |
|
git@daemon.de
|
64eb4651f8
|
added missing newlines to error messages
|
2014-05-05 12:01:55 +02:00 |
|
TLINDEN
|
da9891ff81
|
put previously global error handling and key hashes into ptx (pcp context) to make libpcp threadsafe.
|
2014-05-04 17:11:03 +02:00 |
|
TLINDEN
|
8b955b5e92
|
added -Wextra -Werror and fixed everything it had to mecker about
|
2014-02-25 18:05:32 +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 |
|
TLINDEN
|
8f24fc88f8
|
changed invalid // c++ comments to valid /* .. */ C comments
|
2014-02-05 20:41:16 +01:00 |
|
git@daemon.de
|
777fa01c74
|
fixed scrypt() call and pbp pk export signature
|
2014-02-03 12:19:17 +01:00 |
|
git@daemon.de
|
691786cc68
|
changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function
|
2014-01-16 15:25:09 +01:00 |
|