Hello,
I was reading through the cryptography peripheral and I am curious about how keys are stored. I may have been reading the documentation incorrectly, but it seems to me that the private keys generated on device are not stored in a secure element in this peripheral which is persistent through a power loss scenario? The key must be copied to NVS and then reloaded into the keystore area. Is this correct or is there a protected, persistent memory block which the keystore has exclusive access to and stores private keys in?
Thanks,
Robert