CryptoLib
CryptoLib copied to clipboard
Service Group - Security Monitoring & Control
In crypto_config.h line 153 (collab_main branch):
#define SG_SEC_MON_CTRL 0b11
should be:
#define SG_SEC_MON_CTRL 0b10
This is valid per documentation, but breaks a couple UTs. Need to investigate further.