Skip to content
Morard Dany edited this page Aug 15, 2018 · 1 revision

Overview

SHA3 for Secure Hash Algorithm is a family of cryptographic hash functions. SHA3 is composed of four hash functions : SHA-224, SHA-256, SHA-384, SHA-512.

SHA3

Core available

Spinal Interface

Measure

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

Example

import spinal.crypto.hash.sha3._

val core = new SHA3Core_Std(SHA3_512) // SHA3_224, SHA3_256, SHA3_384, SHA3_512
Clone this wiki locally