Skip to content
Snoopy87 edited this page Aug 31, 2017 · 13 revisions

Overview

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.

DES

Core available

Measure

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

Example

import spinal.crypto.symmetric.des._

val core = new DESCore_Std()
Clone this wiki locally