Files
darkfi/proofs/old/simple.prf
2020-10-11 07:01:57 +02:00

9 lines
153 B
Plaintext

const G_SPEND: SubgroupPoint
contract input_spend(
secret: Fr -> BinaryNumber
) -> Point:
let public: Point = secret * G_SPEND
emit public