I'm get this error when calling CryptoBox.keyPair() on a device running Android 13. Is there any workaround for this, or perhaps some other configuration I might be missing?
Caused by: java.security.NoSuchAlgorithmException: X25519 KeyPairGenerator not available
at java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:253)
at software.pando.crypto.nacl.CryptoBox.keyPair(CryptoBox.java:107)```
I'm get this error when calling
CryptoBox.keyPair()
on a device running Android 13. Is there any workaround for this, or perhaps some other configuration I might be missing?