richdrich
richdrich
Further to this, I think the issue is when the SD and the number of observations are such that there the two medians tend to 1 and 0 for all...
Just FYI: I've found an issue when you target minSdkVersion = 24 and run on Android 7. I'm seeing: ``` com.fasterxml.jackson.databind.JsonMappingException: No virtual method decode(Ljava/lang/String;)[B in class Lorg/apache/commons/codec/binary/Base64; or its...
If this works in the old BouncyCastle that's bundled in old Android? Or, just add a local base64 routine that avoids any library issues - should not be needed I...
I *think* that changing the provider makes it use the correct provider for `javax.security` (JCE) APIs but not where the bouncycastle dependency is imported directly. But I may be wrong.