How can I do a point multiplication in NRF52840 using the ECC hardware accelerator for the secp256k1 curve? Also are there examples or any documentation on how to implement this?
The END GOAL is to calculate a public key from a known private key for ECDSA algorithm.