plugin.audio.librespot/resources/lib/deps/Cryptodome/Math/_IntegerCustom.pyi

9 lines
135 B
Python
Raw Normal View History

2024-02-21 06:17:59 +00:00
from typing import Any
from ._IntegerNative import IntegerNative
_raw_montgomery = Any
class IntegerCustom(IntegerNative):
pass