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

Overview

The Triple Data Encryption Standard (3DES or Triple DES) is a symmetric-key algorithm which applies the DES algorithm three times to each data block. The key size is 3*64-bit = 192-bit.

3DES

Core available

Spinal Interface

Measure

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

Example

import spinal.crypto.symmetric.des._

val core = new TripleDESCore_Std()
Clone this wiki locally