mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Merge branch 'feature/split-edwards-montgomery-modules' into develop
This commit is contained in:
commit
829e6a6453
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