1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial

ECP keypair utility functions
This commit is contained in:
Gilles Peskine
2024-01-18 10:29:05 +00:00
committed by GitHub
10 changed files with 662 additions and 101 deletions

View File

@@ -325,6 +325,7 @@ KNOWN_TASKS = {
# is required.
'test_suite_ecp': [
re.compile(r'ECP check public-private .*'),
re.compile(r'ECP calculate public: .*'),
re.compile(r'ECP gen keypair .*'),
re.compile(r'ECP point muladd .*'),
re.compile(r'ECP point multiplication .*'),