This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
SlunkCrypt
Watch
1
Star
0
Fork
0
You've already forked SlunkCrypt
Code
Releases
6
Activity
SlunkCrypt
/
frontend
/
src
History
LoRd_MuldeR
2e74accf36
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
..
blake2.c
Small fix to BLAKE2s initialization code.
2021-03-20 21:19:09 +01:00
blake2.h
…
main.c
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
platform.h
…
test.c
Small fix to BLAKE2s initialization code.
2021-03-20 21:19:09 +01:00
test.h
…
utils.c
Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway.
2021-03-20 21:19:10 +01:00
utils.h
…