-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathindex.po
101 lines (88 loc) · 3.05 KB
/
index.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022-2024 Ant Group Co., Ltd
# This file is distributed under the same license as the YACL package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: YACL \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-11 10:28+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_CN\n"
"Language-Team: zh_CN <[email protected]>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
#: ../../index.rst:18
msgid "Contents"
msgstr ""
#: ../../index.rst:2
msgid "YACL Documentation"
msgstr ""
#: ../../index.rst:4
msgid ""
"YACL (Yet Another Common Cryptography Library) is a sub-project of "
"`SecretFlow <https://github.com/secretflow/>`_, it is a C++ library that "
"provides cryptography, network and io modules for other SecretFlow "
"repositories. Yacl is designed to be a **low-level** library that could "
"be either integrated into a big **secure system**, or used in a "
"standalone way for a **quick POC** (see: `Develop "
"<src/develop/index.html>`_), or even help with your "
"**security/cryptography research** (see: `Research "
"<src/research/index.html>`_)."
msgstr ""
#: ../../index.rst:6
msgid ""
"**About Cryptography Modules:** 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 list <src/algorithms.html>`_."
msgstr ""
#: ../../index.rst:7
msgid ""
"**About Network (\"link\") Modules:** The network (\"link\") module in "
"Yacl uses `BRPC <https://brpc.apache.org/>`_ to handle network. And we "
"also provide a \"mocked\" in-memory link."
msgstr ""
#: ../../index.rst:8
msgid ""
"**About IO Modules:** Yacl also provides many io modules for kv storage, "
"file io, `bristol circuits <https://nigelsmart.github.io/MPC-"
"Circuits/>`_, and so on."
msgstr ""
#: ../../index.rst:10
msgid "The following parts describes the top-level folders of Yacl repository."
msgstr ""
#: ../../index.rst:12
msgid ""
"`yacl/base/ <https://github.com/secretflow/yacl/tree/main/yacl/base>`_: "
"some basic types and utils in yacl."
msgstr ""
#: ../../index.rst:13
msgid ""
"`yacl/crypto/ "
"<https://github.com/secretflow/yacl/tree/main/yacl/crypto>`_: crypto "
"algorithm without link."
msgstr ""
#: ../../index.rst:14
msgid ""
"`yacl/kernel/ "
"<https://github.com/secretflow/yacl/tree/main/yacl/kernel>`_: crypto "
"kernel that includes link with (WIP) multi-thread support, i.e. OT, DPF."
msgstr ""
#: ../../index.rst:15
msgid ""
"`yacl/io/ <https://github.com/secretflow/yacl/tree/main/yacl/io>`_: a "
"simple streaming-based io library."
msgstr ""
#: ../../index.rst:16
msgid ""
"`yacl/link/ <https://github.com/secretflow/yacl/tree/main/yacl/link>`_: a"
" simple rpc-based MPI framework, providing the `SPMD "
"<https://en.wikipedia.org/wiki/SPMD>`_ parallel programming capability."
msgstr ""