package com.ustadmobile.lib.util actual fun authenticateEncryptedPassword(providedPassword: String, encryptedPassword: String): Boolean { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } actual fun encryptPassword(originalPassword: String): String { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. }