You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RivetzSDK allows signing of Bitcoin transactions with a private key stored…
… in the Trusted Execution Environment (TEE) available in many modern devices. The TEE is a hardware environment that runs small applets outside the main OS. This protects sensitive code and data from malware or snooping with purpose-built hardware governed by an ecosystem of endorsements, beginning with the device manufacturer.
Currently, the method OmniTxBuilder.createSignedOmniTransaction() requires local ECKey objects with private keys and the method OmniTxBuilder.createOmniTransaction() creates unsigned, incomplete transactions (no change output.) To support Rivetz we'll need some form of pluggable signing.
The text was updated successfully, but these errors were encountered:
msgilligan
changed the title
Allow signing Omni transactions with the RivetzSDK (Trusted Execution Environment)
Allow signing Omni transactions with the keys stored in secure hardware
Dec 22, 2015
The RivetzSDK allows signing of Bitcoin transactions with a private key stored…
Currently, the method
OmniTxBuilder.createSignedOmniTransaction()
requires localECKey
objects with private keys and the methodOmniTxBuilder.createOmniTransaction()
creates unsigned, incomplete transactions (no change output.) To support Rivetz we'll need some form of pluggable signing.The text was updated successfully, but these errors were encountered: