Changes between Version 3 and Version 4 of Ticket #31358, comment 9


Ignore:
Timestamp:
Mar 11, 2020, 2:24:56 PM (4 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 9

    v3 v4  
    2020        return int(iterations) != self.iterations || len(salt) != self.salt_length
    2121}}}
     22
     23
     24Another edit (sorry):
     25I'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.
Back to Top