Content deleted Content added
→Example Code: PEP-8 |
|||
Line 77:
def mgf1(input_str: str, length: int, hash=hashlib.sha1) -> str:
"""Mask generation function."""
counter = 0
output = ''
|
→Example Code: PEP-8 |
|||
Line 77:
def mgf1(input_str: str, length: int, hash=hashlib.sha1) -> str:
"""Mask generation function."""
counter = 0
output = ''
|