sodium_crypto_shorthash() WP 1.0
Хуков нет.
Возвращает
Строку.
Использование
sodium_crypto_shorthash( $message, $key );
- $message(строка) (обязательный)
- -
- $key(строка)
- -
Заметки
- Смотрите: ParagonIE_Sodium_Compat::crypto_shorthash()
Код sodium_crypto_shorthash() sodium crypto shorthash WP 5.6.2
function sodium_crypto_shorthash($message, $key = '')
{
return ParagonIE_Sodium_Compat::crypto_shorthash($message, $key);
}