From cd5d3516af48b239fd89ebf58acd0420afb355f0 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 27 Dec 2024 15:15:50 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 78c2186..4452f49 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # 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). > [!WARNING]