Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpinalHDL/SpinalCrypto
SpinalHDL - Cryptography libraries
https://github.com/SpinalHDL/SpinalCrypto
aes crc crypto cryptography des fpga hmac md5 rtl scala sha spinalhdl verilog vhdl
Last synced: about 1 month ago
JSON representation
SpinalHDL - Cryptography libraries
- Host: GitHub
- URL: https://github.com/SpinalHDL/SpinalCrypto
- Owner: SpinalHDL
- License: mit
- Created: 2017-04-12T09:18:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:24:08.000Z (5 months ago)
- Last Synced: 2024-11-05T15:43:24.377Z (about 2 months ago)
- Topics: aes, crc, crypto, cryptography, des, fpga, hmac, md5, rtl, scala, sha, spinalhdl, verilog, vhdl
- Language: Scala
- Homepage:
- Size: 492 KB
- Stars: 50
- Watchers: 14
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpinalCrypto
This repository contains cryptographic Spinal IPs. This work is currently in progress.
## IP available
### Symmetric
- 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)### Hash
- MD5Core_Std
- SHA2Core_Std
- SHA3Core_Std### MAC
- HMACCore_Std (tested with MD5)
### Checksum
- CRC (CRC8, CRC16, CRC32)
### Misc
- LFSR (Galois & Fibonacci)
- Keccak## Documentation
Documentation is available on the [wiki](https://github.com/SpinalHDL/SpinalCrypto/wiki) page.