Add fixme on load3/4 as utilities

This commit is contained in:
Henry de Valence 2016-12-23 10:03:30 -08:00
parent 42c2578f4c
commit e2dfa17879

View file

@ -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