Skip to content
Snoopy87 edited this page Jan 27, 2018 · 9 revisions

Overview

MD5 for Message Digest is a hash function which takes as input a message of arbitrary length and produce as output a 128-bit hash value.

MD5

Core available

Spinal Interface

Measure

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

Example

import spinal.crypto.hash.md5._

val core = new MD5Core_Std()
Clone this wiki locally