This repository contains cryptographic Spinal IPs. This work is currently in progress.
- Block Cipher Mode of Operation (BCMO) (ECB, CBC, CFB, OFB)
- AESCore_Std (128/192/256-bit)
- DESCore_Std
- TripleDESCore_Std
- TwofishCore_Std (128/192/256-bit)
- MD5Core_Std
- SHA2Core_Std
- SHA3Core_Std
- HMACCore_Std (tested with MD5)
- CRC (CRC8, CRC16, CRC32)
- LFSR (Galois & Fibonacci)
- Keccak
Documentation is available on the wiki page.