CryptoLib icon indicating copy to clipboard operation
CryptoLib copied to clipboard

Service Group - Security Monitoring & Control

Open Peco602 opened this issue 3 years ago • 1 comments

In crypto_config.h line 153 (collab_main branch):

#define SG_SEC_MON_CTRL 0b11

should be:

#define SG_SEC_MON_CTRL 0b10

Peco602 avatar Dec 27 '21 19:12 Peco602

This is valid per documentation, but breaks a couple UTs. Need to investigate further.

dccutrig avatar Mar 03 '22 16:03 dccutrig