Hello !
I have found that AES operations are fastest if cc310 is used directly : examples/crypto/nrf_cc310/aes
Do you have any integration guide for library what use on top of cc310 crypto accelerator ?
Do you need any special memory allocators or all input/output/internal buffers are static and fully visible in example source code ?
I can see enabling of CC310 interrupts are used but all APIs are synchronous and blocked. But can CC310 be used asynchronously ?
Can current APIs be called in ISR context ? I need to encrypt/decrypt one 16 byte block and it take 35-40 us only sometimes is really exists some needs for execute
APIs in ISR context. But looks like current library require ISR execution when cc310 INT occurs.
Even non-interrupt version of lib in use