哪些信息可以从非验证公证人收到的 StateRef 中逆向工程?

What information can be reversed engineered from the StateRef's received by a non-validating notary?

非验证公证人以 Corda StateRefs 的形式接收输入。哪些信息可以从 StateRef 进行逆向工程?攻击者需要哪些额外信息才能成功?

有关更多上下文,请参阅问题的答案,In Corda, what data is sent to a non-validating notary service? 由@joel 发布,其中解释了 StateRefs 形式的输入被发送到非验证公证人。

您可以从StateRef中推断出以下信息:

  1. 标识符为 StateRef.id 的交易至少有 StateRef.index 个输出
  2. 具有相同StateRef.id的所有StateRef都是由同一个交易产生的

您无法推断出有关状态内容的任何信息。