Only store Z_SHORT and U_SHORT for value_commit_v

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
therealyingtong 2021-05-04 05:05:32 +08:00
parent 380ed377de
commit b5de8e6c27
2 changed files with 2 additions and 2921 deletions

View File

@ -226,7 +226,7 @@ impl<C: CurveAffine> FixedBase<C> for OrchardFixedBase<C> {
}
})
.collect::<Option<ArrayVec<C::Base, H>>>()
.and_then(|us| Some((z, us.into_inner().unwrap())))
.map(|us| (z, us.into_inner().unwrap()))
})
};

File diff suppressed because it is too large Load Diff