The least significant bit is now at the begining. This makes accessing the char array more intuative as the first bit will be first in the array (e.g. bits[0] instead of bits[7]) |
||
|---|---|---|
| .. | ||
| IS.py | ||
| __init__.py | ||
| base91.py | ||
| exceptions.py | ||
| parse.py | ||
| passcode.py | ||
The least significant bit is now at the begining. This makes accessing the char array more intuative as the first bit will be first in the array (e.g. bits[0] instead of bits[7]) |
||
|---|---|---|
| .. | ||
| IS.py | ||
| __init__.py | ||
| base91.py | ||
| exceptions.py | ||
| parse.py | ||
| passcode.py | ||