mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
const G_SPEND: SubgroupPoint
|
|
|
|
contract input_spend(
|
|
secret: Fr -> BinaryNumber
|
|
) -> Point:
|
|
let public: Point = secret * G_SPEND
|
|
emit public
|
|
|