なぜ公開操作なのですか?
1 回答
- 投票
公開鍵を取得するイーサリアムの方法は、一部の署名アルゴリズムでのみ機能します.ECDSAではsecp256k1を使用します.Tezosはtz2(およびtz3はP-256)にも使用しますが、EdDSAを使用するtz1には使用しません.一般的に、Tezosは将来的に新しい署名アルゴリズムをサポートしたいと考えています.この観点から、Revealはより一般的であり、おそらく将来のすべての変更で機能します.
(Arthur Bからの寄稿のおかげで編集)
Ethereum way of retrieving the public key only works with some signing algorithms, ECDSA with secp256k1 in its case. It is also used by Tezos for tz2 (and P-256 for tz3), but not for tz1 which uses EdDSA. In general, Tezos wants to support new signature algorithms in the future. From this point of view, Reveal is more general and will work with probably all future changes.
(edited thanks to contributions from Arthur B.)
すべての人が署名を検証できるようにするには、
reveal operations
を使用して公開鍵をブロックチェーンに保存する必要があります.私の知る限り、このような操作は、署名から取得できるイーサリアムでは必要ありません.追加の操作を使用することの長所は何ですか?