dropbox / zxcvbn-ios

A realistic password strength estimator.
https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/
MIT License
223 stars 64 forks source link

CACurrentMediaTime() instead of NSDate for intervals #6

Closed duzun closed 9 years ago

duzun commented 9 years ago

Replace [[NSDate date] timeIntervalSinceDate:start] with CACurrentMediaTime() to calculate time intervals.