You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Niko PLP b27419fd24 Squashed 'librocksdb-sys/rocksdb/' changes from a397fbd0e..93c3369d3 1 year ago
..
data/images Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
examples Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
include Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
sources Squashed 'librocksdb-sys/rocksdb/' changes from a397fbd0e..93c3369d3 1 year ago
tools/ipp_custom_library_tool_python Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
.clang-format Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
.gitattributes Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
BUILD.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
CHANGELOG.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
CMakeLists.txt Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
CONST_TIME_EXECUTION_TESTING.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
DEPRECATION_NOTES.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
LICENSE Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
MAC.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
OVERVIEW.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
README.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
SECURITY.md Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago
THIRD-PARTY-PROGRAMS.txt Squashed 'librocksdb-sys/rocksdb/' content from commit 217f76421 1 year ago

README.md

Intel® Integrated Performance Primitives Cryptography

Build Instructions | Contributing Guide | Documentation | Get Help | Intel IPP Product Page

Intel® Integrated Performance Primitives (Intel® IPP) Cryptography is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs.

Key Features

The library provides a comprehensive set of routines commonly used for cryptographic operations, including:

  • Symmetric Cryptography Primitive Functions:
    • AES (ECB, CBC, CTR, OFB, CFB, XTS, GCM, CCM, SIV)
    • SM4 (ECB, CBC, CTR, OFB, CFB, CCM)
    • TDES (ECB, CBC, CTR, OFB, CFB)
    • RC4
  • One-Way Hash Primitives:
    • SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
    • MD5
    • SM3
  • Data Authentication Primitive Functions:
    • HMAC
    • AES-CMAC
  • Public Key Cryptography Functions:
    • RSA, RSA-OAEP, RSA-PKCS_v15, RSA-PSS
    • DLP, DLP-DSA, DLP-DH
    • ECC (NIST curves), ECDSA, ECDH, EC-SM2
  • Multi-buffer RSA, ECDSA, SM3, x25519
  • Finite Field Arithmetic Functions
  • Big Number Integer Arithmetic Functions
  • PRNG/TRNG and Prime Numbers Generation

Reasons to Use Intel IPP Cryptography

  • Security (constant-time execution for secret processing functions)
  • Designed for the small footprint size
  • Optimized for different Intel CPUs and instruction set architectures (including hardware cryptography instructions support):
    • Intel® Streaming SIMD Extensions 2 (Intel® SSE2)
    • Intel® SSE3
    • Intel® SSE4.2
    • Intel® Advanced Vector Extensions (Intel® AVX)
    • Intel® Advanced Vector Extensions 2 (Intel® AVX2)
    • Intel® Advanced Vector Extensions 512 (Intel® AVX-512)
  • Configurable CPU dispatching for the best performance
  • Kernel mode compatibility
  • Thread-safe design

Installation

How to Get and Build the Intel IPP Cryptography Library

Documentation

Branches Description

  • develop - snapshots of the library under active development. Contains code that may not be fully functional and that Intel may substantially modify in development of a production version.
  • ipp_crypto_<release> - source code of the official production release <release>.

How to Contribute

We welcome community contributions to Intel IPP Cryptography. If you have an idea how to improve the product, let us know about your proposal via the Intel IPP Forum or GitHub* Issues.

License

Intel IPP Cryptography is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms.

Certification

Intel IPP Cryptography library is not certified for FIPS-140-2 (Security Requirements for Cryptographic Modules) and CMVP (Cryptographic Module Validation Program).