This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
SlunkCrypt
Watch
1
Star
0
Fork
0
You've already forked SlunkCrypt
Code
Releases
5
Activity
f18a84b6c9
SlunkCrypt
/
libslunkcrypt
/
src
History
LoRd_MuldeR
f18a84b6c9
Enable explicit_bzero() and getentropy() on DragonFly platform + enable explicit_bzero() on Haiku platform (requires linking against libbsd).
2022-05-08 16:46:32 +02:00
..
compiler.h
Make sure that the requested number of random bytes is fully read, even if a single read() invocation returned fewer than "count" bytes.
2022-02-08 22:46:33 +01:00
junk.c
Enable explicit_bzero() and getentropy() on DragonFly platform + enable explicit_bzero() on Haiku platform (requires linking against libbsd).
2022-05-08 16:46:32 +02:00
keygen.c
Small code clean-up + improved the Makefile + detect GNU/Hurd operating system.
2022-04-23 20:25:58 +02:00
keygen.h
Refactored key-derivation code into a separate file + some code clean-up.
2021-04-17 15:13:13 +02:00
slunkcrypt.c
Fixed slunkcrypt_reset() when no thread pool is allocated, e.g. when thread count is 1.
2022-04-07 00:15:07 +02:00
thread.c
Updated pthreads libraries for the Windows platform (pthread4w) to version 3.0.0.
2022-04-17 01:49:03 +02:00
thread.h
Added built-time option SLUNKBUILD_NOTHREADS to disable threading + added simple "testbed" script.
2022-04-10 17:34:42 +02:00
version.h
Initial thread support.
2022-03-21 21:11:46 +01:00