-
Notifications
You must be signed in to change notification settings - Fork 19
DES
Snoopy87 edited this page Aug 31, 2017
·
13 revisions
The Data Encryption Standard (DES) is a symmetric-key algorithm. DES encrypts/decrypts blocks of 64-bit and uses a 64-bit key for each block of data.
- DESCore_Std works in encryption and decryption and uses the SymmetricCryptoBlockIO interface.
Core | Target | Performance | Aera | RAM |
---|---|---|---|---|
*_Std | Altera Cyclone V (C6) | - | - | - |
import spinal.crypto.symmetric.des._
val core = new DESCore_Std()