mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-04 06:23:09 +00:00
circuit: fix comment
This commit is contained in:
parent
03226459d9
commit
deda9da6fd
@ -43,7 +43,7 @@ template Log2(n) {
|
||||
//------------------------------------------------------------------------------
|
||||
//
|
||||
// given an input `inp`, this template computes `out := k` such that 2^k <= inp < 2^{k+1}
|
||||
// it also returns the binary decomposition of `inp-1`, and the binary deocmpositiom
|
||||
// it also returns the binary decomposition of `inp-1`, and the binary decomposition
|
||||
// of the mask `(2^k-1)`
|
||||
//
|
||||
// we also output a mask vector which is 1 for i=0..k-1, and 0 elsewhere
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user