Add TODO for Poseidon hash implementation

This commit is contained in:
Deirdre Connolly 2021-04-23 23:25:18 -04:00
parent d7d8986849
commit 70bf4f80fb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ use super::super::{
///
/// [poseidonhash]: https://zips.z.cash/protocol/nu5.pdf#poseidonhash
fn poseidon_hash(_x: pallas::Base, _y: pallas::Base) -> pallas::Base {
// TODO: implement: #2064
unimplemented!()
}