sodium_crypto_secretstream_xchacha20poly1305_init_pull

Advertisement

Syntax Syntax

sodium_crypto_secretstream_xchacha20poly1305_init_pull( string $header, string $key )

Parameters Parameters

$header

(Required)

$key

(Required)

Return Return

(string)

Source Source

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

    function sodium_crypto_secretstream_xchacha20poly1305_init_pull($header, $key)
    {
        return ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_pull($header, $key);
    }

Advertisement

Advertisement

Leave a Reply