-
Hi, could you explain the breaking changes in v0.9.0 that those functions involved return |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ShreckYe , You are right, it is more natural to work with |
Beta Was this translation helpful? Give feedback.
Hi @ShreckYe ,
You are right, it is more natural to work with
UByteArray
, but the underlying libsodium function crypto_pwhash_str forPasswordHash.str()
returns a ASCII encoded string and I was previously incorrectly returning aUByteArray
representation of that string not the real unencodedUByteArray
of a hash, which was misleading.