mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from . import test_case
|
|
||||||
from . import test_data_generation
|
from . import test_data_generation
|
||||||
from . import ecp_common
|
from . import ecp_common
|
||||||
|
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from . import test_case
|
|
||||||
from . import test_data_generation
|
|
||||||
from . import bignum_common
|
from . import bignum_common
|
||||||
|
|
||||||
class EcpOperationCommon(bignum_common.ModOperationCommon):
|
class EcpOperationCommon(bignum_common.ModOperationCommon):
|
||||||
|
Reference in New Issue
Block a user