mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -218,7 +218,7 @@ except ImportError:
|
|||
from_bytes = int.from_bytes
|
||||
while len(dkey) < dklen:
|
||||
prev = prf(salt + loop.to_bytes(4, 'big'))
|
||||
# endianess doesn't matter here as long to / from use the same
|
||||
# endianness doesn't matter here as long to / from use the same
|
||||
rkey = int.from_bytes(prev, 'big')
|
||||
for i in range(iterations - 1):
|
||||
prev = prf(prev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue