mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Remove an XXX comment about using something better than array_ref!().
It turns out array_ref!() is probably the best way, or, at least, we're already using it everywhere.
This commit is contained in:
parent
d549fdc8f9
commit
5ebbd5dd86
1 changed files with 0 additions and 1 deletions
|
|
@ -584,7 +584,6 @@ impl UnpackedScalar {
|
|||
do_carry_uncentered(&mut limbs, i);
|
||||
}
|
||||
|
||||
// XXX better way to get [i64;12] from [i64;24] ?
|
||||
UnpackedScalar(*array_ref!(limbs, 0, 12))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue