Closed matthiasgeihs closed 2 years ago
For verifying signatures, we require that the State.Data encoding is stable, that is, E(data) = E(D(E(data))). This PR proposes to specify that requirement at the Interface.
E(data) = E(D(E(data)))
For verifying signatures, we require that the State.Data encoding is stable, that is,
E(data) = E(D(E(data)))
. This PR proposes to specify that requirement at the Interface.