Need some help. I am working on encryption, where I need to implement crypto_box_keypair()
or decode a hex string to a byte array so that you have to get a public and private keys. I also need to call crypto_box(m,n,pk,sk)
for encryption.
I have never worked on encryption, I struck with how to implement. If you have any sample code, could you please send. which will be very help full. I just need to encrypt and decrypt string in ios.
Thanks in advnce.