mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add fixme on load3/4 as utilities
This commit is contained in:
parent
42c2578f4c
commit
e2dfa17879
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ use std::ops::{Index, IndexMut};
|
||||||
|
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
|
|
||||||
|
// XXX should these be in a utility module ?
|
||||||
use field::{load3, load4};
|
use field::{load3, load4};
|
||||||
|
|
||||||
/// The `Scalar` struct represents an element in ℤ/lℤ, where
|
/// The `Scalar` struct represents an element in ℤ/lℤ, where
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue