Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Go) SignParameter作成時、signatureを自動チェックしたい #95

Open
k-matsuzawa opened this issue Aug 15, 2020 · 1 comment
Labels
prio:low low priority Story story item

Comments

@k-matsuzawa
Copy link
Collaborator

Overview

  • SignParameter作成時、signatureがder encoded済みかどうかで処理を分ける必要がある。
    • サイズで分かる範囲なので、自動チェックを行いたい。
    • Verifyでは自動チェック済み。
    • 署名情報はSignatureと特定できるAPIであれば自動で無効化したい。(PubkeyHashSignとか)
    • signatureを特定できない(ByteDataのケースが考えうる)ものについては、SignParameterの作成APIを定義して、その中でセットしたい。

Completion condition

  • DerEncode指定フラグの自動設定ができること。
@k-matsuzawa k-matsuzawa added Story story item Epic epic story item and removed Epic epic story item labels Aug 15, 2020
@k-matsuzawa k-matsuzawa added the prio:low low priority label Mar 29, 2021
@k-matsuzawa
Copy link
Collaborator Author

taprootからはDERエンコード廃止されたので、優先度再検討。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:low low priority Story story item
Projects
None yet
Development

No branches or pull requests

1 participant