You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deprecated the ARCFour functionality.
- Fixed a potential security problem in the signing functions over elliptic curves.
- Fixed a potential security problem in the key expansion function for AES Encryption.
- Fixed some of the compilation warnings observed when building the static dispatcher on Windows* OS.
- Fixed minor issues with DLP functions.
@@ -271,7 +284,7 @@ CC=<path to C compiler> CXX=<path to C++ compiler> cmake <Arguments>
271
284
`"x86_64-linux-android-"` defines the prefix for x86_64 GNU compiler
272
285
tools.
273
286
274
-
Note: Before running CMake scripts for cross-platform build for
287
+
**Note:** Before running CMake scripts for cross-platform build for
275
288
Android\* OS, you need to do the following:
276
289
277
290
1. Set the following environment variables for Android\* NDK:
@@ -294,7 +307,7 @@ CC=<path to C compiler> CXX=<path to C++ compiler> cmake <Arguments>
294
307
295
308
- `-DUSEYASM=<path to Yasm* assembly>` - defines the path to the
296
309
Yasm\* assembly compiler.
297
-
310
+
298
311
299
312
See Also
300
313
--------
@@ -305,12 +318,12 @@ See Also
305
318
306
319
Legal Information
307
320
-----------------
308
-
No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document.
309
-
Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
321
+
No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document.
322
+
Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
310
323
311
-
This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps.
324
+
This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps.
312
325
313
-
The products and services described may contain defects or errors known as errata which may cause deviations from published specifications. Current characterized errata are available on request.
326
+
The products and services described may contain defects or errors known as errata which may cause deviations from published specifications. Current characterized errata are available on request.
314
327
315
328
Intel, and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries.
0 commit comments