I want to sign a block of data from my nrf51822. I though the cryptographic library would serve my purpose. But I am not quite able to get my code working. I tried searching for sample code but couldn't find any that uses nrf_crypto_sign(). Most of the example use nrf_crypto_verify() to verify the signature.
I would be glad if I could get my hands on a piece of sample code that signs data on NRF chip.