-
Notifications
You must be signed in to change notification settings - Fork 19
3DES
Snoopy87 edited this page Jan 22, 2018
·
10 revisions
The Triple Data Encryption Standard (3DES or Triple DES) is a symmetric-key algorithm which applies the DES algorithm three times to each data block. The key size is 3*64-bit = 192-bit.
- TripleDESCore_Std works in encryption/decryption and uses the SymmetricCryptoBlockIO interface.
Core | Target | Performance | Aera | RAM |
---|---|---|---|---|
*_Std | Altera Cyclone V (C6) | - | - | - |
import spinal.crypto.symmetric.des._
val core = new TripleDESCore_Std()