SHA-2 Workbench  1.0
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  Common Components
 counter.vhdUpward counter entity definition and implementation
 CS_adder.vhdCarry-Save adder entity definition and implementation
 D_ff.vhdD flip-flop entity definition and implementation
 full_adder.vhdFull adder entity definition and implementation
 full_adder_array.vhdFull adder array entity definition and implementation
 RC_adder.vhdRipple-carry adder entity definition and implementation
 reg.vhdD register entity definition and implementation
  Power tests
 test_SHA256_power_1A.vhdIterated test case for SHA-256
 test_SHA256_power_1B.vhdIterated test case for SHA-256
 test_SHA256_power_2A.vhdIterated test case for SHA-256
 test_SHA256_power_5A.vhdIterated test case for SHA-256
  SHA Components Library
 Choose.vhd\(Ch\) entity definition and implementation
 Majority.vhd\(Maj\) entity definition and implementation
 Naive.vhdImplementation of the combinatorial part of the transformation round block without any optimisation
 Sigma_0.vhd\(\Sigma_0\) entity definition and implementation
 Sigma_1.vhd\(\Sigma_1\) entity definition and implementation
 T1.vhd\(T_1\) step function entity definition and implementation
 T2.vhd\(T_2\) step function entity definition and implementation
 Transf_round_comb.vhdEntity definition of the combinatorial part of the transformation round block
 Unrolled.vhdImplementation of the combinatorial part of the transformation round block with unrolling
 w_sigma_0.vhd\(\sigma_0\) entity definition and implementation
 w_sigma_1.vhd\(\sigma_1\) entity definition and implementation
  Transformation round cores
 Initialisation_block.vhdInitialisation block entity definition
 Naive.vhdImplementation of the transformation round block without any optimisation
 Precomputed_UF1.vhdImplementation of the transformation round block with precomputation
 Reordered_UF1.vhdImplementation of the transformation round block with spatial reordering
 Reordered_UF2.vhdImplementation of the transformation round block with spatial reordering and unrolling
 Transf_round.vhdTransformation round entity definition
  Unit tests
 tSHA256_core.vhdSingle-message test case for SHA-256
 tSHA256_core_multi.vhdMulti-block test case for SHA-256
 tSHA512_core.vhdSingle-message test case for SHA-512
 Expander_stage.vhdExpander stage entity definition and implementation
 K_ROM.vhd\(K\) constants ROM entity definition and implementation
 Last_transformation.vhdChaining block entity and implementation
 SHA2_Control_Unit.vhdControl Unit entity definition and its implementations
 SHA2_core.vhdTop level entity definition and implementation
 utils.vhdUtility package definition and implementation