Closed lsolodkova closed 5 years ago
What's the status? // @lsolodkova, @sobuch
Well, what status? I've replaced library function with manual implementation and added password length check.
Great! Is it tested? Will it be ready for merge to dev once it has tests?
Well, what status? I've replaced library function with manual implementation and added password length check.
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or unsubscribe.
Code Climate has analyzed commit acf23c09 and detected 0 issues on this pull request.
View more on Code Climate.
I'm happy to merge this. @sobuch, please have a look at it.
PBKDF2 is implemented as external function together with one auxiliary function for XOR'ing byte arrays. Should I make'em class methods?