haskell-cryptography / blake2

A Haskell library providing BLAKE2
The Unlicense
10 stars 5 forks source link

Using personalization with BLAKE2b #15

Open khazaddum opened 1 year ago

khazaddum commented 1 year ago

Hello

I'm working to implement an algorithm that uses a BLAKE2b hash with a set personalization parameter but I haven't been able to figure out how to add this parameter from the docs or the code.

Any suggestions?

centromere commented 1 year ago

Thank you for pointing this out, @khazaddum. I will need to expose blake2*_init_param and blake2*_param.