Sodium
crypto_generichash_update() WP 1.0
Хуков нет.
Возвращает
null.
Использование
crypto_generichash_update( $ctx, $message );
- $ctx(строка/null) (обязательный)
- -
- $message(строка)
- -
Заметки
- Смотрите: ParagonIE_Sodium_Compat::crypto_generichash_update()
Код crypto_generichash_update() crypto generichash update WP 5.6.2
function crypto_generichash_update(&$ctx, $message = '')
{
ParagonIE_Sodium_Compat::crypto_generichash_update($ctx, $message);
}