crypto
crypto copied to clipboard
Add option to pass salt as bytes (Uint8List) instead of String to PBKDF2
I have the salt as bytes and it cannot be decoded to a string using utf8 decoders, and since the salt is eventually used as bytes it would be great to be able to pass bytes as is.