Skip to content
Snoopy87 edited this page Jan 22, 2018 · 6 revisions

Overview

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.

AES

Core available

  • AESCore_Std works in encryption/decryption with keys-length of 128/192/256-bit and uses the SymmetricCryptoBlockIO interface.

Spinal Interface

Measure

Core Target Performance Aera RAM
*_Std Altera Cyclone V (C6) - - -

Example

import spinal.crypto.symmetric.aes._

val core = new AESCore_Std(128 bits)
Clone this wiki locally