We could unify the various oracle types (`FriOracle`, `DeepOracle`, `FriRoundOracle`) behind some `Oracle` trait and use it as argument of FRI protocol. --- Ported from https://github.com/0xMiden/p3-miden/issues/39
We could unify the various oracle types (
FriOracle,DeepOracle,FriRoundOracle) behind someOracletrait and use it as argument of FRI protocol.Ported from 0xMiden/p3-miden#39