mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Fix missing import in tests
This commit is contained in:
parent
3dddecb4a8
commit
ea845b4163
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ impl CompressedMontgomeryU {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
|
use edwards::Identity;
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
/// The X25519 basepoint, in compressed Montgomery form.
|
/// The X25519 basepoint, in compressed Montgomery form.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue