update README.md and version (#194)

* update README.md and version

* move multiexp code to provider/mod.rs

* update README.md

* small edits

* small edits
This commit is contained in:
Srinath Setty
2023-07-06 13:58:55 -07:00
committed by GitHub
parent ba06404736
commit 4087cab1a5
6 changed files with 148 additions and 142 deletions

View File

@@ -872,7 +872,7 @@ mod tests {
.to_repr()
.as_ref()
.iter()
.map(|b| format!("{:02x}", b))
.map(|b| format!("{b:02x}"))
.collect::<String>();
assert_eq!(digest_str, expected);
}