Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ For increased security, typically the key length is at least 1024 bits, but reco
For best performance, especially due to the multi-buffer modular exponentiation function, the library is to be used on AVX512IFMA enabled systems, as listed below in Intel CPU codenames:
- Intel Cannon Lake
- Intel Ice Lake
- Intel Tiger Lake
- Intel Rocket Lake

The library can be built and used without AVX512IFMA, as if the instruction set is not detected on the system, it will automatically switch to non multi-buffer modular exponentiation.

Expand All @@ -51,7 +53,7 @@ g++ >= 7.0 or clang >= 10.0

The following libraries and tools are also required,
```
nasm >= 2.15
nasm >= 2.14.02
OpenSSL >= 1.1.0
numa >= 2.0.12
```
Expand Down