php-blake2 icon indicating copy to clipboard operation
php-blake2 copied to clipboard

should be added to hash_algos()/hash()/hash_file()/hash_init() & co

Open divinity76 opened this issue 5 years ago • 2 comments

with an empty key

divinity76 avatar Dec 18 '19 07:12 divinity76

Actually the blake2_file/blake2_sum are using init,update,final. But not usable for our purpose I guess.

MikeRow avatar May 15 '20 21:05 MikeRow

@divinity76 Concatenating binary strings like $a . $b, gives the same results of _update($a), _update($b)

MikeRow avatar May 19 '20 16:05 MikeRow