What is the best way to go about implementing secure reads/writes to the NRF52 NFC tag? I noticed there didn't seem to be any built in security functionality in those areas (based on the libraries and datasheet). Things like "tap to pay" exist between a simple tag and NFC device (like a phone) so I know it is possible in some capacity. I have even seen authentication functionality on some NFC readers. Is this just something the NRF52 doesn't quite support, beyond figuring out a secure communication procedure on our own?
Perhaps there is some way to make use of the AES module in regard to this, I'm not sure.
And to be clear, I'm looking for purely NFC communication (no bluetooth etc).
Thank you!