Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ push
Method
push
bitvm/src/bn254/fq.rs:94–98 ·
view source on GitHub ↗
(a: ark_bn254::Fq)
Source
from the content-addressed store, hash-verified
92
93
#[inline]
94
pub fn push(a: ark_bn254::Fq) -> Script {
95
script! {
96
{ Fq::push_u32_le(&BigUint::from(a).to_u32_digits()) }
97
}
98
}
99
100
pub fn hinted_mul(
101
mut a_depth: u32,
Callers
13
hinted_mul
Method · 0.45
hinted_mul_by_constant
Method · 0.45
hinted_mul_keep_element
Method · 0.45
hinted_mul_lc2
Method · 0.45
hinted_mul_lc2_w4
Method · 0.45
hinted_mul_lc4
Method · 0.45
hinted_mul_lc2_keep_elements
Method · 0.45
hinted_mul_lc2_keep_elements_w4
Method · 0.45
hinted_square
Method · 0.45
hinted_inv
Method · 0.45
bigint_to_u32_limbs
Function · 0.45
extract_witness_from_stack
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_windowed_mul_2lc
Function · 0.36