SHA-2 Workbench  1.0
test_SHA256_power_1A Entity Reference

Test bench 1A for the SHA-256 hash core. More...

Inheritance diagram for test_SHA256_power_1A:
SHA2_core

Entities

Testbed  architecture
 Detail of the test bench. More...
 

Libraries

ieee 
 Standard library.

Use Clauses

std_logic_1164 
 Standard 9-values logic library.
numeric_std 
 Arithmetic library, included for the unsigned type conversion.

Generics

FULLY_PIPELINED  boolean := true
 Whether the Uniy Under Test is a fully pipelined architecture.

Detailed Description

Test bench 1A for the SHA-256 hash core.

Test:
Repeated hashing of a sequence of messages using SHA-256
NIST-provided test vectors: https://csrc.nist.gov/Projects/cryptographic-algorithm-validation-program/Secure-Hashing#shavs
  • Input sequence 1A:
    1. x"11ae0cbfee7bb3df"
  • Expected output:
    1. x"a46d5f010e9664f21378c7588924682338888b2680d9b34506010610066dab59"

Member Data Documentation

◆ FULLY_PIPELINED

FULLY_PIPELINED boolean := true
Generic

Whether the Uniy Under Test is a fully pipelined architecture.

◆ ieee

ieee
Library

Standard library.

◆ numeric_std

numeric_std
Package

Arithmetic library, included for the unsigned type conversion.

◆ std_logic_1164

std_logic_1164
Package

Standard 9-values logic library.