Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ double
Method
double
bitvm/src/bn254/fq12.rs:95–100 ·
view source on GitHub ↗
(a: u32)
Source
from the content-addressed store, hash-verified
93
}
94
95
pub fn double(a: u32) -> Script {
96
script! {
97
{ Fq6::double(a + 6) }
98
{ Fq6::double(a + 6) }
99
}
100
}
101
102
pub fn mul_fq6_by_nonresidue() -> Script {
103
script! {
Callers
1
test_bn254_fq12_double
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_bn254_fq12_double
Function · 0.36