mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-07 00:10:54 -04:00
* Exposed SIDH through KEM API. * Removed old kex_sidh_msr refs * Removed kex_sidh_msr refs from Visual Studio project * Removed kex_sidh_msr from test_kex. * Added sidh alg sheet * Skip sidh in kat check (no kat files for sidh, unlike the related sike alg) * Added return values to sidh KEM methods (to fix wrong default return values on mac). * Addressed review comments on PR368. * Removed text_kex from Visual Studio; no more KEX built by default on Windows. * Removed test_kex from appveyor test. * Removed minimal_kex from appveyor
124 lines
8.1 KiB
Plaintext
124 lines
8.1 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.26430.4
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oqs", "oqs\oqs.vcxproj", "{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}"
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_sig", "test_sig\test_sig.vcxproj", "{990D1E9C-75E0-4E17-8514-6DA0858BC17C}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minimal_kex_oqs", "minimal_kex_oqs\minimal_kex_oqs.vcxproj", "{52C06207-5AE8-460F-999F-1F4AF2E06B25}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minimal_sig_oqs", "minimal_sig_oqs\minimal_sig_oqs.vcxproj", "{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_kem", "test_kem\test_kem.vcxproj", "{76A44A7A-305F-4542-86E3-B6547DAD418C}"
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74} = {DCFEFB81-4696-45D2-9FCA-351CCFC13C74}
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
DebugDLL|x64 = DebugDLL|x64
|
|
DebugDLL|x86 = DebugDLL|x86
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
ReleaseDLL|x64 = ReleaseDLL|x64
|
|
ReleaseDLL|x86 = ReleaseDLL|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x64.ActiveCfg = Debug|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x64.Build.0 = Debug|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Debug|x86.Build.0 = Debug|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x64.ActiveCfg = Release|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x64.Build.0 = Release|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x86.ActiveCfg = Release|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.Release|x86.Build.0 = Release|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{DCFEFB81-4696-45D2-9FCA-351CCFC13C74}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x64.ActiveCfg = Debug|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x64.Build.0 = Debug|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Debug|x86.Build.0 = Debug|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x86.ActiveCfg = DebugDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.DebugDLL|x86.Build.0 = DebugDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x64.ActiveCfg = Release|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x64.Build.0 = Release|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x86.ActiveCfg = Release|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.Release|x86.Build.0 = Release|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x86.ActiveCfg = ReleaseDLL|Win32
|
|
{990D1E9C-75E0-4E17-8514-6DA0858BC17C}.ReleaseDLL|x86.Build.0 = ReleaseDLL|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Debug|x64.ActiveCfg = Debug|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Debug|x64.Build.0 = Debug|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Debug|x86.Build.0 = Debug|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.DebugDLL|x86.ActiveCfg = Debug|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.DebugDLL|x86.Build.0 = Debug|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Release|x64.ActiveCfg = Release|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Release|x64.Build.0 = Release|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Release|x86.ActiveCfg = Release|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.Release|x86.Build.0 = Release|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.ReleaseDLL|x86.ActiveCfg = Release|Win32
|
|
{52C06207-5AE8-460F-999F-1F4AF2E06B25}.ReleaseDLL|x86.Build.0 = Release|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Debug|x64.ActiveCfg = Debug|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Debug|x64.Build.0 = Debug|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Debug|x86.Build.0 = Debug|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.DebugDLL|x64.Build.0 = DebugDLL|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.DebugDLL|x86.ActiveCfg = Debug|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.DebugDLL|x86.Build.0 = Debug|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Release|x64.ActiveCfg = Release|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Release|x64.Build.0 = Release|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Release|x86.ActiveCfg = Release|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.Release|x86.Build.0 = Release|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.ReleaseDLL|x86.ActiveCfg = Release|Win32
|
|
{0B75FD61-D29F-43FE-9D6D-EDE3B5289C66}.ReleaseDLL|x86.Build.0 = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x64.ActiveCfg = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x64.Build.0 = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Debug|x86.Build.0 = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x64.ActiveCfg = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x64.Build.0 = Debug|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x86.ActiveCfg = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.DebugDLL|x86.Build.0 = Debug|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x64.ActiveCfg = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x64.Build.0 = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x86.ActiveCfg = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.Release|x86.Build.0 = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x64.Build.0 = Release|x64
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x86.ActiveCfg = Release|Win32
|
|
{76A44A7A-305F-4542-86E3-B6547DAD418C}.ReleaseDLL|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|