Skip to content
Dany edited this page Aug 21, 2017 · 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_Algo

Core available

  • AESCore_Std (keys : 128/192/256-bit)

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