Files

9 lines
135 B
Python
Raw Permalink Normal View History

2026-03-09 16:10:29 +08:00
from typing import Any
from ._IntegerNative import IntegerNative
_raw_montgomery = Any
class IntegerCustom(IntegerNative):
pass