-
Notifications
You must be signed in to change notification settings - Fork 19
AES
Snoopy87 edited this page Jan 22, 2018
·
6 revisions
The Advanced Encryption Standard (AES) is a symmetric-key algorithm. AES encrypts/decrypts blocks of 128-bit and can use a key of 128/192/256-bit.
- AESCore_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.aes._
val core = new AESCore_Std(128 bits)