This website requires JavaScript.
Explore
Help
Sign In
OneDotZero
/
solutions
Watch
2
Star
0
Fork
You've already forked solutions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f4e5d7c65
solutions
/
zokrates_prover
/
.zokrates
/
stdlib
/
utils
/
casts
/
u16_from_bits.zok
5 lines
96 B
Plaintext
Executable File
Raw
Blame
History
from "EMBED" import u16_from_bits;
def main(bool[16] a) -> u16 {
return u16_from_bits(a);
}
Reference in New Issue
View Git Blame
Copy Permalink