]> feistymeow.org Git - feisty_meow.git/commit
added twofish encryption
authorFred T. Hamster <fred@feistymeow.org>
Mon, 16 Mar 2026 02:34:50 +0000 (22:34 -0400)
committerFred T. Hamster <fred@feistymeow.org>
Mon, 16 Mar 2026 02:34:50 +0000 (22:34 -0400)
commit3ad7ccf6eb2cbe294befdda56e3c470f3cef725a
treefa827d4587721bfa8458451ef8064fcff238a4a4
parent01d10552f7daf4cc5fea727ecb6c997c62921277
added twofish encryption

based on cryptical envelopment, and it has no foulups, unlike blowfish.
nucleus/library/crypto/blowfish_crypto.cpp
nucleus/library/crypto/blowfish_crypto.h
nucleus/library/crypto/cryptical_envelopment.cpp
nucleus/library/crypto/cryptical_envelopment.h
nucleus/library/crypto/makefile
nucleus/library/crypto/twofish_crypto.cpp [new file with mode: 0644]
nucleus/library/crypto/twofish_crypto.h [new file with mode: 0644]
nucleus/library/tests_crypto/makefile
nucleus/library/tests_crypto/test_blowfish_crypto.cpp
nucleus/library/tests_crypto/test_twofish_crypto.cpp [new file with mode: 0644]