I wish to implement post quantum secure encryption into my Android Java app, replacing the existing RSA implementation.
How to go ahead in this direction?
Searching for a standard solution, but still unable to find a established solution which spans Android API 23 onwards.
Thanks and Regards