Topic: SHA384 Determinism
I'm testing wc_InitSha384, wc_Sha384Update and wc_Sha384Final and I'm finding that my final hashed value is different every time I make a call. I'm hashing a byte array of 255, 255, 255 into a byte array of length 48 and it has different values every time. What gives?