Is SHA384 supported in the SA2_UL crypto accelerator? It isn't mentioned here (https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/SECURITY_SA2UL_MODULE_PAGE.html) but in the SDK (security/crypto/sa2ul/sa2ul.c), there are references to SHA384. If SHA384 isn't supported, is there a way to invoke SHA512 with the SHA384 initial values and then truncate it as per the standard (https://crypto.stackexchange.com/questions/75575/why-might-sha-384-throughput-be-lower-than-sha-512-throughput-in-hashcat-and-mor) or are the SH512 initial values hard-coded? Thanks in advance for your help.