Replace usage of Scalar::from(0u64)
and Scalar::from(1u64)
with Scalar::ZERO
and Scalar::ONE
#264
Labels
Scalar::from(0u64)
and Scalar::from(1u64)
with Scalar::ZERO
and Scalar::ONE
#264
This has been taken from Benedikt Wagner's document.
Related to #246
The text was updated successfully, but these errors were encountered: