mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Replace std::iter with core::iter
This commit is contained in:
parent
eb82a9d8b6
commit
5921d6d2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1514,7 +1514,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
fn test_pippenger_radix() {
|
||||
use std::iter;
|
||||
use core::iter;
|
||||
// For each valid radix it tests that 1000 random-ish scalars can be restored
|
||||
// from the produced representation precisely.
|
||||
for w in 6..9 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue