Post
Topic
Board Development & Technical Discussion
Merits 6 from 2 users
Topic OP
Proving software integrity using Trusted Execution Environment/ Secure enclave
by
Megasupersaiyan
on 29/01/2022, 19:43:29 UTC
⭐ Merited by NotATether (5) ,ETFbitcoin (1)
Suppose I have an algorithm that performs some trivial task, such as checking that a specified URL contains a given nonce in its metadata. Is it possible to build this algorithm using something like a TEE/secure enclave/etc. such that I can generate a proof that my result was in fact produced by my unaltered (open-source) algorithm running on hardware following the secure protocol? If so, how long would such a proof be? Would it be possible to encode the proof into the Bitcoin blockchain so that someone could later verify it?