BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

crypto_generichash_blake2b_salt_personal equivalence #27

Open MarkLTZ opened 5 years ago

MarkLTZ commented 5 years ago

Hello folks,

is there an equivalent 'crypto_generichash_blake2b_salt_personal' call provided by libsodium inside libb2?

And if yes, where I can find an example on how to convert the call from libsodium to lib2?

Thanks, Mark