MCPcopy Create free account
hub / github.com/BitVM/BitVM / hash_t

Method hash_t

bitvm/src/chunk/elements.rs:321–323  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

319
320impl 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![];

Callers 2

to_hashMethod · 0.80

Calls 1

extern_hash_fpsFunction · 0.85

Tested by

no test coverage detected