Link to redpallas TODO

This commit is contained in:
Deirdre Connolly 2021-04-20 12:31:27 -04:00 committed by Deirdre Connolly
parent 1ff84c3d43
commit 4fd98f6eb1
1 changed files with 1 additions and 4 deletions

View File

@ -6,10 +6,7 @@ use halo2::pasta::pallas;
// pub mod batch; // pub mod batch;
mod constants; mod constants;
mod error; mod error;
// pub mod frost; // TODO: full redpallas implementation https://github.com/ZcashFoundation/zebra/issues/2044
// mod hash;
// mod scalar_mul;
// mod signature;
mod signing_key; mod signing_key;
mod verification_key; mod verification_key;