Remove done TODO
This commit is contained in:
parent
376603d4c0
commit
cc2e58fade
|
@ -112,7 +112,6 @@ impl NoteCommitment {
|
||||||
///
|
///
|
||||||
/// https://zips.z.cash/protocol/protocol.pdf#concretewindowedcommit
|
/// https://zips.z.cash/protocol/protocol.pdf#concretewindowedcommit
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
// TODO: update to handle rseed, psi, rho
|
|
||||||
pub fn new<T>(
|
pub fn new<T>(
|
||||||
csprng: &mut T,
|
csprng: &mut T,
|
||||||
diversifier: Diversifier,
|
diversifier: Diversifier,
|
||||||
|
|
Loading…
Reference in New Issue