Hi,
According to CryptoCell-312 documentation, it supports the SHA-1 algorithm. I was able to successfully run the SHA-256 cryptography sample application in the nRF Connect SDK (v2.0.0/nrf/samples/crypto/sha256). I made a copy of this app, and converted it to use SHA-1 instead of SHA-256, but am seeing a PSA_ERROR_NOT_SUPPORTED (-134) error being returned from psa_hash_compute() when using PSA_ALG_SHA_1.
Is CryptoCell-312 SHA-1 support exposed through the PSA Crypto API?
Thanks,
Chris