sodium_crypto_sign_verify_detached

Supported Versions: PHP 7 >= 7.2.0, PHP 8
Verify signature for the message
<?php sodium_crypto_sign_verify_detached(string $signature, string $message, string $public_key): bool