Go to file
Danny Robson 18b465ea67 add stubs for many primitives
Add stubs for,
* blowfish
* blake
* blake2
* md6
* pbkdf2
* ripemd
* chacha
* rabbit
* rc5
* rc6
* salsa
2018-01-22 19:51:16 +11:00
block add stubs for many primitives 2018-01-22 19:51:16 +11:00
hash add stubs for many primitives 2018-01-22 19:51:16 +11:00
stream add stubs for many primitives 2018-01-22 19:51:16 +11:00
test add stubs for many primitives 2018-01-22 19:51:16 +11:00
tools initial import from libcruft-util 2018-01-14 17:17:34 +11:00
CMakeLists.txt add stubs for many primitives 2018-01-22 19:51:16 +11:00
Doxyfile.in initial import from libcruft-util 2018-01-14 17:17:34 +11:00
fwd.hpp initial import from libcruft-util 2018-01-14 17:17:34 +11:00
libcruft-crypto.pc.in initial import from libcruft-util 2018-01-14 17:17:34 +11:00
README initial import from libcruft-util 2018-01-14 17:17:34 +11:00

A naive C++17 implementation of several cryptography primitives.

Do not use this code for anything that needs security. They are deliberately not secure against many types of attack (such as cache timing attacks).  Many were literally written between/during rounds of Overwatch or while watching Netflix...