I am looking at using SRP in our application and I am looking through "nrfxlib/crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_srp.h".
There is a parameter to the "mbedtls_srp_init" function for a struct with type "CCRndContext_t".
This structure isn't defined or used anywhere outside of pre-compiled code it seems, so I am curious what is the intended means of getting a valid instance of this struct for the init function?
Thank you!