Changes between Version 1 and Version 2 of Ticket #31358, comment 9


Ignore:
Timestamp:
Mar 11, 2020, 1:24:53 PM (5 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 9

    v1 v2  
    88{{{
    99    def must_update(self, encoded):
    10         return self.salt_length == encoded.salt_length
     10        return self.salt_length != encoded.salt_length
    1111}}}
    1212?
Back to Top