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

Method drop

bitvm/src/hash/blake3_utils.rs:54–60  ·  view source on GitHub ↗
(&self, stack: &mut StackTracker)

Source from the content-addressed store, hash-verified

52 }
53
54 pub(crate) fn drop(&self, stack: &mut StackTracker) {
55 stack.drop(self.quotient);
56 stack.drop(self.modulo);
57 stack.drop(self.shift_tables);
58 stack.drop(self.xor_table);
59 stack.drop(self.depth_lookup);
60 }
61}
62
63/// Calculates the bitwise XOR of two u32 numbers (x, y) and cyclically shifts them to right by the given value, which should be a multiple of 4. Consumes x and leaves y on the stack.

Callers 4

test_rrot7Function · 0.45
test_gFunction · 0.45
blake3Function · 0.45
sha256_stackFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_rrot7Function · 0.36
test_gFunction · 0.36