Skip to content
Snoopy87 edited this page Apr 25, 2017 · 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.

Core available

  • TripleDESCore_Std

Spinal Interface

Measure

Target Performance Size RAM
- - - -

Example

import spinalcrypto.symmetric.des._

val core = new TripleDESCore_Std()
Clone this wiki locally