ParagonIE_Sodium_Compat::crypto_kdf_keygen

Advertisement

Syntax Syntax

ParagonIE_Sodium_Compat::crypto_kdf_keygen()

Return Return

(string)

Source Source

File: wp-includes/sodium_compat/src/Compat.php

    public static function crypto_kdf_keygen()
    {
        return random_bytes(self::CRYPTO_KDF_KEYBYTES);
    }

Advertisement

Advertisement

Leave a Reply