Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support byte types for password to PBKDF1/2
The password is converted to bytes, so it should accept taking in bytes directly instead of just str. The description for PBKDF2 also specifies that the password can be a byte string. The types I've added are all that the tobytes function that is used to convert password supports.
- Loading branch information