Function gadgets::util::expr_from_bytes
source · pub fn expr_from_bytes<F: Field, E: Expr<F>>(bytes: &[E]) -> Expression<F>
Expand description
Given a bytes-representation of an expression, it computes and returns the single expression.