-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
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:
-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"
]
}
Metadata
Metadata
Assignees
Labels
No labels