Skip to content

Commit

Permalink
Update README.md (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 24, 2024
1 parent f1ac665 commit 510de00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
Yacl is a C++ library that contains common cryptgraphy, network and io modules which other SecretFlow code depends on. The crypto modules in Yacl implement many state-of-art secure computation protocols, including primitives like OT, VOLE, TPRE, and tools like PRG, RO. Check the full list of Yacl's supported algorithms in [ALGORITHMS.md](ALGORITHMS.md).

Supported platforms:
| Linux x86_64 | Linux aarch64 | macOS x86_64 | macOS Apple Silicon | Windows x86_64 | Windows WSL2 x86_64 |
|--------------|---------------|--------------|---------------------|----------------|---------------------|
| yes | yes | yes | yes | no | yes* |
| Linux x86_64 | Linux aarch64 | macOS x86_64 | macOS Apple Silicon | Windows x86_64 | Windows WSL2 x86_64 |
|--------------|---------------|----------------|---------------------|----------------|---------------------|
| yes | yes | yes<sup>2</sup>| yes | no | yes<sup>1</sup> |

\* Yacl has not been thoroughly tested on Windows WSL2 x86_64.
1. Yacl has not been thoroughly tested on Windows WSL2 x86_64.
2. macOS x64 support is scheduled to deprecate later this year

## Repo Layout

Expand Down

0 comments on commit 510de00

Please sign in to comment.