mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-02-06 09:49:54 +00:00
The native implementation of `get_bit` returned 0/1 as int while the GMP implementation and the type hint say `get_bit` returns a bool. Wrapped the result to align the three. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _IntegerBase.py | ||
| _IntegerBase.pyi | ||
| _IntegerCustom.py | ||
| _IntegerCustom.pyi | ||
| _IntegerGMP.py | ||
| _IntegerGMP.pyi | ||
| _IntegerNative.py | ||
| _IntegerNative.pyi | ||
| Numbers.py | ||
| Numbers.pyi | ||
| Primality.py | ||
| Primality.pyi | ||