@@ -2304,56 +2304,56 @@ msgstr "在 SPU 内部,有多个层次,从下到上分别是:"
2304
2304
msgid ""
2305
2305
"**System layer** provides the basic computation and communication ability"
2306
2306
" for the upper layers."
2307
- msgstr "- ** 系统层** 为上层提供基本的计算和通信能力。"
2307
+ msgstr "系统层 为上层提供基本的计算和通信能力。"
2308
2308
2309
2309
#: ../../development/runtime.rst:18
2310
2310
msgid ""
2311
2311
"**Crypto layer** is the key for secure computation, it's composed by 3 "
2312
2312
"sub layers."
2313
- msgstr "- ** 加密层** 是安全计算的关键,它由三个子层组成。"
2313
+ msgstr "加密层 是安全计算的关键,它由三个子层组成。"
2314
2314
2315
2315
#: ../../development/runtime.rst:20
2316
2316
msgid ""
2317
2317
"**Basic** or classic layer, provides classic cryptography, OT, HE also "
2318
2318
"lives in this layer."
2319
- msgstr "- ** 基础层** 或经典层,提供经典的加密技术、OT 和 HE 也在这一层。"
2319
+ msgstr "基础层 或经典层,提供经典的加密技术、OT 和 HE 也在这一层。"
2320
2320
2321
2321
#: ../../development/runtime.rst:21
2322
2322
msgid ""
2323
2323
"**Correlation** or the offline protocol layer, provides correlation like "
2324
2324
"beaver triple and randbit."
2325
- msgstr "- ** 关联层** 或离线协议层,提供类似于比弗三元组和随机位的关联。"
2325
+ msgstr "关联层 或离线协议层,提供类似于比弗三元组和随机位的关联。"
2326
2326
2327
2327
#: ../../development/runtime.rst:22
2328
2328
msgid ""
2329
2329
"**Protocol** or the online protocol layer, applies random correlation and"
2330
2330
" runs the secure evaluation."
2331
- msgstr "- ** 协议层** 或在线协议层,应用随机关联并运行安全评估。"
2331
+ msgstr "协议层 或在线协议层,应用随机关联并运行安全评估。"
2332
2332
2333
2333
#: ../../development/runtime.rst:24
2334
2334
msgid ""
2335
2335
"**ALU layer** converts MPC protocols into a programmable machine, which "
2336
2336
"has two sub layers."
2337
- msgstr "- **ALU 层** 将 MPC 协议转换为可编程机器,它有两个子层。"
2337
+ msgstr "ALU层 将 MPC 协议转换为可编程机器,它有两个子层。"
2338
2338
2339
2339
#: ../../development/runtime.rst:26
2340
2340
msgid ""
2341
2341
"**Ring 2^k** layer, just like normal CPU, hides cryptography layer's "
2342
2342
"details and provides standard ring2k arithmetic."
2343
- msgstr "- ** Ring 2^k** 层 ,就像普通 CPU 一样,隐藏了加密层的细节,并提供标准的 ring2k 算术运算能力。"
2343
+ msgstr "Ring 2^k层 ,就像普通 CPU 一样,隐藏了加密层的细节,并提供标准的 ring2k 算术运算能力。"
2344
2344
2345
2345
#: ../../development/runtime.rst:27
2346
2346
msgid ""
2347
2347
"**Fixed point** layer uses fixed point encoding to represent a fractional"
2348
2348
" number and provides basic arithmetic operations over them."
2349
- msgstr "- ** 定点层** 使用定点编码来表示小数,并提供基本的算术运算。"
2349
+ msgstr "定点层 使用定点编码来表示小数,并提供基本的算术运算。"
2350
2350
2351
2351
#: ../../development/runtime.rst:29
2352
2352
msgid ""
2353
2353
"**OPS layer** is designed to be extensible, in this layer we can define "
2354
2354
"multiple modules based on *ALU layer* and finally exposed to VM clients "
2355
2355
"via bindings or SPU IR."
2356
- msgstr "- ** OPS 层** 被设计为可扩展的,在这一层我们可以基于 *ALU 层* 定义多个模块,最终通过绑定或 SPU IR 暴露给 VM 客户端。"
2356
+ msgstr "OPS 层 被设计为可扩展的,在这一层我们可以基于 *ALU 层* 定义多个模块,最终通过绑定或 SPU IR 暴露给 VM 客户端。"
2357
2357
2358
2358
#: ../../development/runtime.rst:32
2359
2359
msgid "Homogeneous and Heterogeneous"
0 commit comments