From 2ef047ac3af506588098cacc594a20288e10417e Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 15 Nov 2024 16:52:54 +0800 Subject: [PATCH] chore: modify README --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 571825e..4358234 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# YACL-r (Yet Another Common crypto Library for cryptographic Research) +# YACL-R (Yet Another Cryptographic Library for Research) -Yacl-r is a fork and extension of the C++ crypto library [secretflow/yacl](https://github.com/secretflow/yacl). -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). +Yacl-r is a fork and extension of the C++ crypto library [secretflow/yacl](https://github.com/secretflow/yacl). 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). ## Repo Layout @@ -23,21 +22,6 @@ The crypto modules in Yacl implement many state-of-art secure computation protoc Yacl uses the [bazel](https://bazel.build/) build system, you may use the following codes to build and test yacl modules. For more guidelines about **how to develop on yacl**, please check the [Getting Started Guide](GETTING_STARTED.md). -Extra guides for getting started with cmake: - -``` sh -# x86 -mkdir -p build && cd build -cmake .. -make -``` - -``` sh -# arm -mkdir -p build && cd build -cmake -DCMAKE_CXX_COMPILER=clang++ .. -make -``` ## License See [LICENSE](LICENSE) and [NOTICE.md](NOTICE.md)