/libtwofish

TwoFish encryption library for modern C++ (dev.in progress)

Primary LanguageC++MIT LicenseMIT

libtwofish

The TwoFish encryption for C++ library

Inspiration

  • Found old but effectible for encrypting packet headers fastest way.
  • Referenced to Bruce Schneier's web page ( https://www.schneier.com/academic/twofish )
  • This project is made for encrypting less 1MB packets in USB3 5 to 10Gbps.

Original Authors

  • Bruce Schneier, Counterpane Systems
  • Doug Whiting, Hi/fn ( Optimized C code writer )
  • John Kelsey, Counterpane Systems
  • Chris Hall, Counterpane Systems
  • David Wagner, UC Berkeley

Supporting

  • MacOS, Xcode up to Big Sur ( universal binary )
  • Linux, all architecture
  • MSYS2/MinGW-W64