The ace.import instruction is composed of two coarse operations: a set of loads, and an authentication check. Per DIEL, memory operations don't provide any guarantees about their execution timing. The same happens for the load operations in ace.import. However, the authentication check must follow DIEL. We currently don't know what is the best way to mandate this behavior without splitting the instruction.
@mocenigo @radimkrcmar @ruuddw
The
ace.importinstruction is composed of two coarse operations: a set of loads, and an authentication check. Per DIEL, memory operations don't provide any guarantees about their execution timing. The same happens for the load operations inace.import. However, the authentication check must follow DIEL. We currently don't know what is the best way to mandate this behavior without splitting the instruction.@mocenigo @radimkrcmar @ruuddw