sodium_crypto_secretstream_xchacha20poly1305_init_push

Advertisement

Syntax Syntax

sodium_crypto_secretstream_xchacha20poly1305_init_push( string $key )

Parameters Parameters

$key

(Required)

Return Return

(array<int,) string>

Source Source

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

    function sodium_crypto_secretstream_xchacha20poly1305_init_push($key)
    {
        return ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_push($key);
    }

Advertisement

Advertisement

Leave a Reply