Changes between Version 1 and Version 2 of Ticket #31358, comment 20
- Timestamp:
- Mar 16, 2020, 1:59:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358, comment 20
v1 v2 19 19 For clarity my mind's eye see's the decode function as 20 20 `def decode(self) -> Dict[str, str]` 21 Where the key is in the set `{"algo", "salt", "hash"}` and the values are the string encoded versions (base64 for salt andhash?).21 Where the key is in the set `{"algo", "salt", "hash"}` and the values are the string encoded versions (base64 for hash?).