add simple.prf file

This commit is contained in:
narodnik
2020-09-20 22:29:07 +02:00
parent 9096fe173f
commit d2417f29d2

8
proofs/simple.prf Normal file
View File

@@ -0,0 +1,8 @@
const:
G_SPEND: SubgroupPoint
contract input_spend(
secret: Fr -> BinaryNumber
) -> Point:
let public: Point = secret * G_SPEND
emit public