mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Fix confidential transactions link (#2307)
This commit is contained in:
parent
a3431fb147
commit
5eaf0e6989
6 changed files with 6 additions and 6 deletions
|
@ -118,7 +118,7 @@ value が v1 の output からわかってしまうということを意味す
|
||||||
これが MimbleWimble の第一の柱である。すなわち、トランザクションを検証するための演算は
|
これが MimbleWimble の第一の柱である。すなわち、トランザクションを検証するための演算は
|
||||||
value を知ることなくして実行可能であるということだ。
|
value を知ることなくして実行可能であるということだ。
|
||||||
|
|
||||||
最後に、本アイディアは実際には Greg Maxwell の [Confidential Transactions](https://www.elementsproject.org/elements/confidential-transactions/), から派生したものである。
|
最後に、本アイディアは実際には Greg Maxwell の [Confidential Transactions](https://elementsproject.org/features/confidential-transactions/investigation), から派生したものである。
|
||||||
更にこれは Adam Back の Bitcoin に応用されている準同型暗号に関する提案から派生したものである。
|
更にこれは Adam Back の Bitcoin に応用されている準同型暗号に関する提案から派生したものである。
|
||||||
|
|
||||||
#### 所有権
|
#### 所有権
|
||||||
|
|
|
@ -142,7 +142,7 @@ This is the first pillar of MimbleWimble: the arithmetic required to validate a
|
||||||
transaction can be done without knowing any of the values.
|
transaction can be done without knowing any of the values.
|
||||||
|
|
||||||
As a final note, this idea is actually derived from Greg Maxwell's
|
As a final note, this idea is actually derived from Greg Maxwell's
|
||||||
[Confidential Transactions](https://www.elementsproject.org/elements/confidential-transactions/),
|
[Confidential Transactions](https://elementsproject.org/features/confidential-transactions/investigation),
|
||||||
which is itself derived from an Adam Back proposal for homomorphic values applied
|
which is itself derived from an Adam Back proposal for homomorphic values applied
|
||||||
to Bitcoin.
|
to Bitcoin.
|
||||||
|
|
||||||
|
|
|
@ -143,7 +143,7 @@ Grin это проект с открытым исходным кодом, реа
|
||||||
могут быть совершены без раскрытия количеств монет, передаваемых этими транзакциями.
|
могут быть совершены без раскрытия количеств монет, передаваемых этими транзакциями.
|
||||||
|
|
||||||
Примечательно, что эта идея была выведена из
|
Примечательно, что эта идея была выведена из
|
||||||
[Конфиденциальных Транзакций](https://www.elementsproject.org/elements/confidential-transactions/) Грега Максвелла,
|
[Конфиденциальных Транзакций](https://elementsproject.org/features/confidential-transactions/investigation) Грега Максвелла,
|
||||||
которые, в свою очередь, сами основаны на предложении Адама Бэка для гомоморфных значений, применимых к
|
которые, в свою очередь, сами основаны на предложении Адама Бэка для гомоморфных значений, применимых к
|
||||||
Биткоину.
|
Биткоину.
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ MimbleWimble的交易确认依赖于两个基本属性:
|
||||||
|
|
||||||
这是MimbleWimble的第一个支柱:验证交易的算术运算可以在完全不知道任何实际交易值的情况下完成。
|
这是MimbleWimble的第一个支柱:验证交易的算术运算可以在完全不知道任何实际交易值的情况下完成。
|
||||||
|
|
||||||
补充最后一点说明,这个想法实际上派生自Greg Maxwell的[机密交易](https://www.elementsproject.org/elements/confidential-transactions/),机密交易本身是从Adam Back提出的用于比特币的同态值提议中发展而来。
|
补充最后一点说明,这个想法实际上派生自Greg Maxwell的[机密交易](https://elementsproject.org/features/confidential-transactions/investigation),机密交易本身是从Adam Back提出的用于比特币的同态值提议中发展而来。
|
||||||
|
|
||||||
### 所有权
|
### 所有权
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,7 @@ Dit is de eerste pijler van MimbleWimble: de arithmetische vereist om een transa
|
||||||
zonder dat één van de waarden gekend is.
|
zonder dat één van de waarden gekend is.
|
||||||
|
|
||||||
Tot slot, is dit idee eigenlijk afgeleid van Greg Maxwell's
|
Tot slot, is dit idee eigenlijk afgeleid van Greg Maxwell's
|
||||||
[Confidential Transactions](https://www.elementsproject.org/elements/confidential-transactions/),
|
[Confidential Transactions](https://elementsproject.org/features/confidential-transactions/investigation),
|
||||||
welke zelf is afgeleid van een Adam Back voorstel voor homomorfische waarden toegepast
|
welke zelf is afgeleid van een Adam Back voorstel voor homomorfische waarden toegepast
|
||||||
aan Bitcoin.
|
aan Bitcoin.
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ Este es el primer pilar de MimbleWimble: la aritmética necesaria para validar u
|
||||||
ninguno de los valores.
|
ninguno de los valores.
|
||||||
|
|
||||||
Como nota final, esta idea se deriva en realidad de Greg Maxwell's
|
Como nota final, esta idea se deriva en realidad de Greg Maxwell's
|
||||||
[Transacciones confidenciales](https://www.elementsproject.org/elements/confidential-transactions/),
|
[Transacciones confidenciales](https://elementsproject.org/features/confidential-transactions/investigation),
|
||||||
que a su vez se deriva de una propuesta de Adam Back para valores homomórficos aplicados a Bitcoin.
|
que a su vez se deriva de una propuesta de Adam Back para valores homomórficos aplicados a Bitcoin.
|
||||||
|
|
||||||
#### Propiedad
|
#### Propiedad
|
||||||
|
|
Loading…
Reference in a new issue