]> feistymeow.org Git - feisty_meow.git/commit
super achey breaky change -- switching to twofish
authorFred T. Hamster <fred@feistymeow.org>
Mon, 16 Mar 2026 19:07:20 +0000 (15:07 -0400)
committerFred T. Hamster <fred@feistymeow.org>
Mon, 16 Mar 2026 19:07:20 +0000 (15:07 -0400)
commit7c01c54f0887675452f7835445e595c1ecbcf990
treeec32804a84cc9d49829f59ec3683ec447fac4608
parent3ad7ccf6eb2cbe294befdda56e3c470f3cef725a
super achey breaky change -- switching to twofish

we've renamed blowfish crypto in honor of openssl breaking it for us,
seemingly.  and we're going to just drop in a replacement of twofish.
however, right now, that's still in progress, so this code will not build yet.
nucleus/library/crypto/blowfish_crypto.cpp [deleted file]
nucleus/library/crypto/blowfish_crypto.h [deleted file]
nucleus/library/crypto/borked_blowfish_crypto.cpp [new file with mode: 0644]
nucleus/library/crypto/borked_blowfish_crypto.h [new file with mode: 0644]
nucleus/library/crypto/makefile
nucleus/library/crypto/twofish_crypto.cpp
nucleus/library/crypto/twofish_crypto.h
nucleus/library/tests_crypto/makefile
nucleus/library/tests_crypto/test_blowfish_crypto.cpp
nucleus/library/tests_crypto/test_twofish_crypto.cpp