pub type ModularSha256SignerTop = SignerTop<64, 6, ExternalFullCompressionLane>;Expand description
Production signer skeleton linked with a separately generated full SHA lane.
Behavioral simulation is identical to Sha256SignerTop. Its emitted HDL
intentionally leaves sha256_compression_lane unresolved until the exact
RHDL-generated lane artifact is supplied to an external parser.
Aliased Typeยง
pub struct ModularSha256SignerTop { /* private fields */ }