sodium_crypto_auth_verify

(PHP 7 >= 7.2.0)

sodium_crypto_auth_verifyVerifies that the tag is valid for the message

Descrierea

sodium_crypto_auth_verify ( string $mac , string $message , string $key ) : bool

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

mac

message

key

Valorile întoarse

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top