sodium_crypto_shorthash

Advertisement

Syntax Syntax

sodium_crypto_shorthash( string $message, string $key = '' )

Parameters Parameters

$message

(Required)

$key

(Optional)

Default value: ''

Return Return

(string)

Source Source

File: wp-includes/sodium_compat/lib/php72compat.php

    function sodium_crypto_shorthash($message, $key = '')
    {
        return ParagonIE_Sodium_Compat::crypto_shorthash($message, $key);
    }

Advertisement

See also See also

Advertisement

Leave a Reply