php-blake2
php-blake2 copied to clipboard
should be added to hash_algos()/hash()/hash_file()/hash_init() & co
with an empty key
Actually the blake2_file/blake2_sum are using init,update,final. But not usable for our purpose I guess.
@divinity76 Concatenating binary strings like $a . $b, gives the same results of _update($a), _update($b)