mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-13 01:23:11 +00:00
renamed ownership into zksignature
This commit is contained in:
parent
28c9144907
commit
3b30218681
@ -4,7 +4,7 @@ pragma circom 2.1.9;
|
||||
include "../ledger/notes.circom";
|
||||
include "../misc/constants.circom";
|
||||
|
||||
template proof_of_unshielded_note_ownership(maxInput){
|
||||
template zkSignature(maxInput){
|
||||
signal input secret_key[maxInput];
|
||||
|
||||
signal input attached_data;
|
||||
@ -23,4 +23,4 @@ template proof_of_unshielded_note_ownership(maxInput){
|
||||
dummy <== attached_data * attached_data;
|
||||
}
|
||||
|
||||
component main {public [attached_data]}= proof_of_unshielded_note_ownership(5);
|
||||
component main {public [attached_data]}= zkSignature(5);
|
||||
Loading…
x
Reference in New Issue
Block a user