Add TODO to fill in the Sinsemilla test vectors from zcash-hackworks

This commit is contained in:
Deirdre Connolly 2021-04-27 17:35:47 -04:00
parent aa81876e32
commit af32851aa1
1 changed files with 4 additions and 0 deletions

View File

@ -137,3 +137,7 @@ pub fn sinsemilla_commit(r: pallas::Scalar, D: &[u8], M: &BitVec<Lsb0, u8>) -> p
pub fn sinsemilla_short_commit(r: pallas::Scalar, D: &[u8], M: &BitVec<Lsb0, u8>) -> pallas::Base {
extract_p(sinsemilla_commit(r, D, M))
}
// TODO: test the above correctness and compatibility with the zcash-hackworks test vectors
// https://github.com/ZcashFoundation/zebra/issues/2079
// https://github.com/zcash-hackworks/zcash-test-vectors/pulls