History of Updates
v3.0 : April 15, 2017
v2.0 : August 11, 2016
- Support for two different architectures:
v1-1: Single-round iterative architecture, executing one round per two clock cycles, and
v1-2: Single-round iterative architecture with speculative pre-computation, executing one round per clock cycle.
Source code for these two architectures is located in separate folders: src_rtl/v1-1 and src_rtl_v1-2.
v1.0 : Initial release : June 30, 2016
- Support for a single architecture:
v1: Single-round iterative architecture, executing one round per two clock cycles.