mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
7575e6d8e1
- Removed the 'untranslated.html' snippet (_includes/untranslated.html). Since now we are using 'disclaimer.html' everywhere - Replaced the old snippet with the new disclaimer (introduced with #966) in all Moneropedia entries - Add snippet where it was missing - Updated instructions in the README
15 lines
838 B
Markdown
15 lines
838 B
Markdown
---
|
||
terms: ["ringCT", "ring-CT"]
|
||
summary: "a way to hide the amount sent in a Monero transaction"
|
||
---
|
||
|
||
{% include disclaimer.html translated="yes" translationOutdated="no" %}
|
||
### 基础知识
|
||
|
||
RingCT 是 Ring Confidential Transactions(环机密交易)的缩写,是门罗币中隐藏交易金额的方式。
|
||
|
||
环机密交易于2017年1月在区块1220516上实施。2017年9月以后,该功能成为门罗币网络上所有交易的强制性功能。
|
||
|
||
环机密交易引入了@环签名的一个改进版本,称为“一个多层可链接的自发匿名群签名”,它允许以合理的效率和可验证的、去信任的(无需信任做为前提条件的)货币生成,来隐藏交易金额、来源和目的地。
|
||
|
||
更多信息,请阅读作者 Shen Noether 的论文在[此处](https://eprint.iacr.org/2015/1098)。
|