WebOfTrustInfo / rwot5-boston

RWOT5 in Boston, Massachusetts (October 2017)

Home Page:http://www.WebOfTrust.Info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Script as a signature system like P2SH does

kimdhamilton opened this issue · comments

From @ChristopherA on June 30, 2017 19:27

In a sense, we could use the method that P2SH uses in bitcoin as a new signature system type for DDOs and Verified claims. Basically the scriptPubKey is the pubkey, and the scriptSig is the private key. This would require us to re-package bitcoins script https://github.com/bitcoin/bitcoin/blob/master/src/script/sign.h to instantiate a new BaseSignatureCreator for the message instead of a Bitcoin transactions, and invoke ProduceSignature.

This is basically one of the goals of Smart Signatures (see https://github.com/WebOfTrustInfo/ID2020DesignWorkshop/blob/master/final-documents/smarter-signatures.pdf )

This might be a bit of a large bite to commit to in this July's virtual hackathon, but it is the long term future.

Copied from original issue: WebOfTrustInfo/btcr-hackathon-2017#14

TODO: Move to issue on rebooting