P-256署名付きのHD派生パス
1 回答
- 投票
TezBoxは現在ed25519曲線のみをサポートしています.これは、基になるライブラリ(eztz.js)がこの曲線のみをサポートしているためです.今後数週間でeztz.jsの他の2つの曲線のサポートをリリースする予定であり、その後TezBoxへのサポートを展開する可能性があります.
その後、代替HDパスがウォレットで利用できるようになりますが、現時点でそれらにアクセスする場合は、現在tezos-clientを使用する必要があります.
TezBox currenty only supports the ed25519 curve, this is because the underlying library (eztz.js) only supports this curve. We are about to release support for the other two curves in eztz.js in the next few weeks, and will likely roll out support to TezBox after that.
The alternate HD paths will be available in the wallet after that, but currently you will need to use the tezos-client if you want to access them for now.
tezboxを使用して元帳nanoでP-256暗号化システムを使用することは可能ですか?
Obsidianのコマンドラインツールを使用すると、3種類の署名(Ed25519、Secp256k1、P-256)を使用できます.これらの異なる暗号化システムのtezboxのHD派生パスは何ですか?