createCryptoVerifier
Android/JVM actual implementation of createCryptoVerifier.
Factory function to create a platform-specific CryptoVerifier instance. Implemented via expect/actual for Android (java.security) and iOS (Security framework).
iOS actual implementation of createCryptoVerifier.