Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: nullifier & utxo scheme update #44

Merged
merged 5 commits into from
Aug 16, 2020

Conversation

wanseob
Copy link
Member

@wanseob wanseob commented Aug 7, 2020

Zkopru uses ZCash's spending key and viewing key scheme

closes #34

@wanseob wanseob added this to the Nullifier updates milestone Aug 7, 2020
.update(this.p.toBytes32().toBuffer())
.digest(),
)
const N = Point.fromPrivKey(this.n.toHex(32))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barryWhiteHat
@weijiekoh
This part is where the wallet creates spending key, viewing key and its address.

include "../lib/spending_pubkey.circom";
include "../lib/ownership_proof.circom";

template UtxoNoteHash() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barryWhiteHat
@weijiekoh
This is a testing circuit to check the new nullifier & utxo logic work well.

@wanseob wanseob merged commit cd8f7cc into zkopru-network:burrito Aug 16, 2020
@wanseob wanseob deleted the feat/34 branch August 16, 2020 07:59
This was referenced Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant