Changes between Version 3 and Version 4 of Ticket #31358, comment 9
- Timestamp:
- Mar 11, 2020, 2:24:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358, comment 9
v3 v4 20 20 return int(iterations) != self.iterations || len(salt) != self.salt_length 21 21 }}} 22 23 24 Another edit (sorry): 25 I've added a commit to my PR which adds what I think the former logic should look like. Please let me know if that's the route you'd like to take and/or if the specific logic needs an update.