From 2f71a6a81d54f0bab7dbecb78b3e35fdbf502f59 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 19:33:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4525af5..cc093e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # YACL (Yet Another Common crypto Library) -[![CircleCI](https://dl.circleci.com/status-badge/img/gh/secretflow/yacl/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/secretflow/yacl/tree/main) - 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: