-
Notifications
You must be signed in to change notification settings - Fork 19
Twofish
Snoopy87 edited this page Jul 8, 2019
·
3 revisions
Twofish is a symmetric-key algorithm. Twofish encrypts/decrypts blocks of 128-bit and can use a key of 128/192/256-bit.
- Twofish_Std works in encryption/decryption with keys-length of 128/192/256-bit and uses the SymmetricCryptoBlockIO interface.
Core | Target | Performance | Aera | RAM |
---|---|---|---|---|
*_Std | Altera Cyclone V (C6) | - | - | - |
import spinal.crypto.symmetric.towfish._
val core = new Twofish_Std(128 bits)