verifyDetached

actual fun verifyDetached(signature: UByteArray, message: UByteArray, publicKey: UByteArray)

The sodiumJna.crypto_sign_verify_detached() function verifies that sig is a valid signature for the message m whose length is mlen bytes, using the signer's public key pk.

expect fun verifyDetached(signature: UByteArray, message: UByteArray, publicKey: UByteArray)

The crypto_sign_verify_detached() function verifies that sig is a valid signature for the message m whose length is mlen bytes, using the signer's public key pk.

actual fun verifyDetached(signature: UByteArray, message: UByteArray, publicKey: UByteArray)

The sodiumJna.crypto_sign_verify_detached() function verifies that sig is a valid signature for the message m whose length is mlen bytes, using the signer's public key pk.

actual fun verifyDetached(signature: UByteArray, message: UByteArray, publicKey: UByteArray)

The crypto_sign_verify_detached() function verifies that sig is a valid signature for the message m whose length is mlen bytes, using the signer's public key pk.