зеркало из https://github.com/microsoft/SEAL.git
Minor typo changes
This commit is contained in:
Родитель
6fc6b5899d
Коммит
f00f41a12b
|
@ -5,7 +5,7 @@ Microsoft SEAL is written in modern standard C++ and is easy to compile and run
|
||||||
For more information about the Microsoft SEAL project, see [sealcrypto.org](https://www.microsoft.com/en-us/research/project/microsoft-seal).
|
For more information about the Microsoft SEAL project, see [sealcrypto.org](https://www.microsoft.com/en-us/research/project/microsoft-seal).
|
||||||
|
|
||||||
This document pertains to Microsoft SEAL version 3.5.
|
This document pertains to Microsoft SEAL version 3.5.
|
||||||
Users of previous versions of the library should look at the [list of changes](Changes.md).
|
Users of previous versions of the library should look at the [list of changes](CHANGES.md).
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
|
@ -163,14 +163,14 @@ Please note that `Debug` mode should not be used except for debugging Microsoft
|
||||||
#### [Optional] Microsoft GSL
|
#### [Optional] Microsoft GSL
|
||||||
|
|
||||||
By default Microsoft GSL is downloaded as part of Microsoft SEAL library.
|
By default Microsoft GSL is downloaded as part of Microsoft SEAL library.
|
||||||
Microsoft GSL's header files are copied to `native/src/GSL` to be portable with Microsoft SEAL at the time of installation.
|
Microsoft GSL's header files are copied to `native\src\GSL` to be portable with Microsoft SEAL at the time of installation.
|
||||||
You can disable the dependency on Microsoft GSL by commenting out `#cmakedefine SEAL_USE_MSGSL` in [native\src\util\config.h.in](native\src\util\config.h.in).
|
You can disable the dependency on Microsoft GSL by commenting out `#cmakedefine SEAL_USE_MSGSL` in [native\src\seal\util\config.h.in](native\src\seal\util\config.h.in).
|
||||||
|
|
||||||
#### [Optional] ZLIB
|
#### [Optional] ZLIB
|
||||||
|
|
||||||
By default ZLIB is downloaded and compiled as part of Microsoft SEAL library.
|
By default ZLIB is downloaded and compiled as part of Microsoft SEAL library.
|
||||||
ZLIB's static archive is included in Microsoft SEAL's static or shared target object.
|
ZLIB's static archive is included in Microsoft SEAL's static or shared target object.
|
||||||
You can disable the dependency on ZLIB by commenting out `#cmakedefine SEAL_USE_ZLIB` in [native\src\util\config.h.in](native\src\util\config.h.in).
|
You can disable the dependency on ZLIB by commenting out `#cmakedefine SEAL_USE_ZLIB` in [native\src\seal\util\config.h.in](native\src\seal\util\config.h.in).
|
||||||
|
|
||||||
#### Building Examples
|
#### Building Examples
|
||||||
|
|
||||||
|
|
2
SEAL.sln
2
SEAL.sln
|
@ -46,7 +46,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.clang-format = .clang-format
|
.clang-format = .clang-format
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
Changes.md = Changes.md
|
CHANGES.md = CHANGES.md
|
||||||
CMakeLists.txt = CMakeLists.txt
|
CMakeLists.txt = CMakeLists.txt
|
||||||
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
|
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
|
||||||
CONTRIBUTING.md = CONTRIBUTING.md
|
CONTRIBUTING.md = CONTRIBUTING.md
|
||||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
- ${{ if eq(parameters.name, 'Nuget') }}:
|
- ${{ if eq(parameters.name, 'Nuget') }}:
|
||||||
- job: ${{ parameters.name }}
|
- job: ${{ parameters.name }}
|
||||||
displayName: ${{ parameters.name }}
|
displayName: ${{ parameters.name }}
|
||||||
dependsOn: [Windows, Linux, macOs, Android]
|
dependsOn: [Windows, Linux, macOS, Android]
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче