5 lines
No EOL
191 B
Text
5 lines
No EOL
191 B
Text
import "hashes/sha256/512bitPacked.code" as sha256packed
|
|
|
|
def main(private field a, private field b, private field c, private field d) -> (field[2]):
|
|
h = sha256packed([a, b, c, d])
|
|
return h |