Skip to content

Commit 5da8604

Browse files
paveldyakovipl_ci
authored andcommitted
[ALL][Doc] Removing links to IPP forum and fixing comments for AES-CTR (#884)
1 parent 436e4a7 commit 5da8604

4 files changed

Lines changed: 7 additions & 13 deletions

File tree

doc/source/finding-crypto-primitives-library-documentation.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ Performance Primitives and
1717
Intel® Cryptography Primitives Library documentation, see Downloadable `Documentation: Intel® oneAPI Toolkits and
1818
Components <https://www.intel.com/content/www/us/en/developer/articles/guide/download-documentation-intel-oneapi-toolkits-components.html>`__
1919

20-
21-
The Intel® Integrated Performance Primitives forum and knowledge base can be
22-
useful locations to
23-
search for questions not answered by the documents above. Please see the
24-
`Intel® Integrated Performance Primitives
25-
Forum <https://community.intel.com/t5/Intel-Integrated-Performance/bd-p/integrated-performance-primitives>`__.
26-
27-
2820
See Also
2921
--------
3022

doc/source/getting-help-and-support.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ term.
1919

2020
For general information about Intel technical support, product updates,
2121
user forums, FAQs, tips and tricks and other support questions, please
22-
visit https://www.intel.com/content/www/us/en/developer/get-help/overview.html and the Intel IPP
23-
forum
24-
https://community.intel.com/t5/Intel-Integrated-Performance/bd-p/integrated-performance-primitives/.
22+
visit https://www.intel.com/content/www/us/en/developer/get-help/overview.html.
23+
24+
25+
If you have questions related to the Intel® Cryptography Primitives Library,
26+
you can submit an issue on [Github](https://github.com/intel/cryptography-primitives/issues).
2527

2628

2729
.. note::

sources/ippcp/pcpaes_ctrdecrypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// Name: ippsAESDecryptCTR
3939
//
4040
// Purpose:
41-
// AES-CFB encryption.
41+
// AES-CTR dencryption.
4242
//
4343
// Returns: Reason:
4444
// ippStsNullPtrErr pCtx == NULL

sources/ippcp/pcpaes_ctrencryptr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// Name: ippsAESEncryptCTR
4040
//
4141
// Purpose:
42-
// AES-CFB encryption.
42+
// AES-CTR encryption.
4343
//
4444
// Returns: Reason:
4545
// ippStsNullPtrErr pCtx == NULL

0 commit comments

Comments
 (0)