1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #6698 from wernerlewis/bignum_mod_py

Bignum: Enable test generation from bignum_mod.py
This commit is contained in:
Dave Rodgman
2022-12-01 11:48:14 +00:00
committed by GitHub
4 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Dict, List # pylint: disable=unused-import
from . import test_data_generation
from . import bignum_common # pylint: disable=unused-import
class BignumModTarget(test_data_generation.BaseTarget):
#pylint: disable=abstract-method, too-few-public-methods