CCLib
ClashCryptoLib. A simple crypto library containing various new crypto algorithms.
Install / Use
/learn @ClashLuke/CCLibREADME
CCLib
ClashCryptoLib. A simple crypto library containing various new crypto algorithms.
Contents
- AES-Hash: The simplest of all hashes, the AES hash.
- AES-Modes: Various new, fast and reliable AES modes.
- Balloon: A CPU-only interpretation of the popular balloon hashing algorithm.
- Bidash: A bi-assymetric hash combining the birthday problem with dagger.
- CRC32-256: A secure 256 bit cyclic redundancy check, faster than Blake2.
- Squash: A fast and lightweight hashing algorithm with built-in ASIC resistance.
License
When submiting a pull request make sure to include the following license header
// Copyright (c) 2019, The CCLib Developers
//
// Please see the included LICENSE file for more information.
