The product does not implement a required step in a cryptographic algorithm, resulting in weaker encryption than advertised by the algorithm.
Impact: Bypass Protection Mechanism
Impact: Read Application DataModify Application Data
Impact: Hide Activities
logic [511:0] bigData; ...
hmac hmac(
verilog
.message_i(bigData),** .hash_o(hash), .ready_o(ready), .hash_valid_o(hashValid)