(&self)
| 319 | |
| 320 | impl ElemG2Eval { |
| 321 | pub(crate) fn hash_t(&self) -> HashBytes { |
| 322 | extern_hash_fps(vec![self.t.x.c0, self.t.x.c1, self.t.y.c0, self.t.y.c1]) |
| 323 | } |
| 324 | |
| 325 | pub(crate) fn hash_le(&self) -> HashBytes { |
| 326 | let mut le = vec![]; |
no test coverage detected