We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is being triggered on the condition $config->MAC_ALGO === 'BLAKE2b' invendor/paragonie/halite/src/Symmetric/Crypto.php
$config->MAC_ALGO === 'BLAKE2b'
vendor/paragonie/halite/src/Symmetric/Crypto.php
I don't understand why this is being triggered
It wouldn't be such a problem if vendor/paragonie/halite/src/Symmetric/Crypto.php wasn't final
final
I don't know if the SymmetricConfig class gives you any further clues:
-config: array:8 [ "ENCODING" => "base64urlsafe" "SHORTEST_CIPHERTEXT_LENGTH" => 124 "NONCE_BYTES" => 24 "HKDF_SALT_LEN" => 32 "MAC_ALGO" => "BLAKE2b" "MAC_SIZE" => 64 "HKDF_SBOX" => "Halite|EncryptionKey" "HKDF_AUTH" => "AuthenticationKeyFor_|Halite" ] }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
This is being triggered on the condition
$config->MAC_ALGO === 'BLAKE2b'
invendor/paragonie/halite/src/Symmetric/Crypto.php
I don't understand why this is being triggered
It wouldn't be such a problem if vendor/paragonie/halite/src/Symmetric/Crypto.php wasn't
final
I don't know if the SymmetricConfig class gives you any further clues:
The text was updated successfully, but these errors were encountered: