mirror of
https://github.com/arnaucube/Nova.git
synced 2026-02-01 08:46:39 +01:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user