mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +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)]
|
||||
mod test {
|
||||
use edwards::Identity;
|
||||
use super::*;
|
||||
|
||||
/// The X25519 basepoint, in compressed Montgomery form.
|
||||
|
|
|
|||
Loading…
Reference in a new issue