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