static fun supportsVersion(requiredVersion: SodiumVersion): Boolean
(source)
Check if the loaded sodium native library is the same or later than the specified version.
requiredVersion
- The version to compare to.
Return
true
if the loaded sodium native library is the same or a later version.