mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-26 13:39:44 +00:00
141 lines
8.4 KiB
Text
141 lines
8.4 KiB
Text
# SOME DESCRIPTIVE TITLE
|
||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||
# This file is distributed under the same license as the PACKAGE package.
|
||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||
#
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: PACKAGE VERSION\n"
|
||
"POT-Creation-Date: 2021-09-06 10:59+0200\n"
|
||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
"Language: \n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
|
||
#. type: YAML Front Matter: summary
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:1
|
||
#, no-wrap
|
||
msgid "a new kind of range proofs replacing RingCT in transactions to obfuscate the amounts sent"
|
||
msgstr ""
|
||
|
||
#. type: YAML Front Matter: terms
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:1
|
||
#, no-wrap
|
||
msgid "[\"bulletproofs\", \"bulletproof\"]"
|
||
msgstr ""
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:7
|
||
#
|
||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||
msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}"
|
||
|
||
#. type: Title ###
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:8
|
||
#, no-wrap
|
||
msgid "The Basics"
|
||
msgstr "基础知识"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:10
|
||
#, no-wrap
|
||
msgid "@RingCT was introduced to obfuscate transaction amounts. One goal of @RingCT was to prove the sum of inputs - outputs in the @transaction was equal to 0, and all outputs were positive numbers. \n"
|
||
msgstr "引入环机密交易是为了混淆交易金额。@环机密交易的一个目标是证明@交易中的输入和输出之和为0,并且所有输出都是正数。\n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:11
|
||
#, no-wrap
|
||
msgid "To accomplish this, two kind of ring signatures were constructed: One ring signature for the whole transaction (to prove the sum is 0), and a set of ring signatures for the subsets of transaction bits (to prove the outputs are positive numbers), then combined together using originally Schnorr signatures (and later replaced by Borromean ring signature). \n"
|
||
msgstr "为了实现这个目标,构建了两种环签名:一个环签名为整个交易(证明输出之和为0);另一组环签名为交易单位的子集(为了证明所有输出都是正数),然后组合在一起,最初使用 Schnorr 签名(后来被 Borromean 环签名所取代)。 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:13
|
||
msgid "While it was doing the job, a big drawback was the huge size of such a ringCT transaction."
|
||
msgstr "当它运行的时候,存在一个很大的缺点就是这种环机密交易的尺寸太大。"
|
||
|
||
#. type: Title ###
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:14
|
||
#, no-wrap
|
||
msgid "Where it comes to bulletproofs"
|
||
msgstr "涉及到防弹协议"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:16
|
||
#, no-wrap
|
||
msgid "Back in 2017, a [Standford applied crypto group](https://crypto.stanford.edu/bulletproofs/) wrote a [paper](https://eprint.iacr.org/2017/1066.pdf) presenting a new kind of range proofs, called bulletproofs. \n"
|
||
msgstr "早在2017年,一个[斯坦福应用加密小组](https://crypto.stanford.edu/bulletproofs/)写了一篇[论文](https://eprint.iacr.org/2017/1066.pdf),提出了一种新的范围证明,称为防弹协议。 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:19
|
||
#, no-wrap
|
||
msgid "> Bulletproofs are short non-interactive zero-knowledge proofs that require no trusted setup.\n"
|
||
msgstr "> 防弹证明是一种短的非交互式零知识证明,不需要可信的设置。\n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:20
|
||
#, no-wrap
|
||
msgid "Bulletproofs, unlike Borromean or Schnorr signatures, are very efficient as range proofs. Proving a big set of data only generates a small proof, and the size of this proofs grows logarithmically with the size of the data being proved. \n"
|
||
msgstr "与 Borromean 或 Schnorr 签名不同,防弹协议作为范围证明非常高效。要证明一个大的数据集只需产生一个小的证明,而且这个证明的尺寸随着被证明数据的规模大小呈对数增长。 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:21
|
||
#, no-wrap
|
||
msgid "It means that increasing the number of outputs in a transaction will, with bulletproofs only slightly increase the size of the proof. \n"
|
||
msgstr "这意味着在一个交易中,增加输出的数量只会略微增加证明的大小。 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:23
|
||
#
|
||
msgid "Bulletproofs also have the advantage to allow to prove that multiple committed amounts are in the desired range at once. No need to prove each output to each destination in separate proofs; the whole transaction amounts could be proven in one bigger (but still very small) bulletproof."
|
||
msgstr "防弹协议还具有这样一些优势,可以同时证明多个提交的数量在所需范围内。不需要分别证明每个输出到每个目标;整个交易金额可以被证明在一个更大的(但仍然非常小)防弹协议中。"
|
||
|
||
#. type: Title ###
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:24
|
||
#, no-wrap
|
||
msgid "Thorough audit process and implementation"
|
||
msgstr "彻底的审核过程及执行"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:26
|
||
#, no-wrap
|
||
msgid "As bulletproofs were really new, and the initial implementation made by the group, while thoroughly done, needed a rewrite focused on our specific use-case, implementing bulletproof in Monero was not a simple thing. \n"
|
||
msgstr "由于防弹协议很新,而且小组制作的最初的实现虽然完成得很彻底,但是需要针对我们特定的用例进行重写,所以在门罗币中实现防弹协议并不是一件简单的事情。 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:27
|
||
#, no-wrap
|
||
msgid "The code has been written and rewritten to follow the new version of bulletproofs which was still being developed, but once this Monero implementation was finalized, the resulting deployment should be taken with extreme care. \n"
|
||
msgstr "代码被编写了一遍又一遍,以遵循仍在不断被开发的新版防弹程序,但是一旦这个门罗币实现被完成,就应该非常小心地进行部署 \n"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:28
|
||
#, no-wrap
|
||
msgid "Therefore, the community started an auditing process. Researchers reached out to Benedikt Bünz, lead author of the Bulletproofs paper, and to [OSTIF](https://ostif.org/) an organization which helps open source technologies to improve and secure themselves. \n"
|
||
msgstr ""
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:29
|
||
#, no-wrap
|
||
msgid "OSTIF directed the group to several organizations with the skills required to perform the audit. While one of them asked to be kept unnamed and was therefore put away from the process that needed to be public, two others (QuarksLab & Kudelski Security) were choosen to conduct the audit. \n"
|
||
msgstr ""
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:32
|
||
msgid "Our 3 auditors were funded by the community to ensure that the implementation did not contain any critical bugs or exploits. The final reports were released during the summer of 2018, with several useful corrections and fixes suggested, and the final bulletproof implementation has been added first to Monero Stagenet, and then to the main Monero network during the October 2018 network upgrade."
|
||
msgstr ""
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:34
|
||
#
|
||
msgid "Since the bulletproofs deployment, the size of an average transaction has dropped by at least 80%, as well as the transaction fees."
|
||
msgstr "自从防弹协议部署以来,平均交易尺寸已经下降了至少80%,交易费用也因而大幅下降。"
|
||
|
||
#. type: Plain text
|
||
#: ../_i18n/en/resources/moneropedia/bulletproofs.md:35
|
||
#
|
||
msgid "More explanations on Monero's implementation of bulletproofs could be found on youtube fondajo channel in a [conversation with Sarang Noether](https://www.youtube.com/watch?v=6lEWqIMLzUU)."
|
||
msgstr "更多与门罗币的防弹协议实现有关的解释,可以在 youtube fondajo 频道上 [与 Sarang Noether 的对话](https://www.youtube.com/watch?v=6lEWqIMLzUU) 当中找到。"
|