mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-08 08:23:05 +00:00
circuit: fix comment
This commit is contained in:
parent
bbc97a796a
commit
03226459d9
@ -17,7 +17,7 @@ template Log2(n) {
|
||||
signal output mask[n+1];
|
||||
|
||||
// mask will be a vector [1,1,1,...1,0,...,0,0]
|
||||
// which can change only where inp == 2^out
|
||||
// which can change only where index == out
|
||||
|
||||
var log2 = -1;
|
||||
for(var i=0; i<=n; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user