mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Align montgomery summary to match the edwards summary
This commit is contained in:
parent
c209b49264
commit
da8b12a62d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
// - Isis Agora Lovecruft <isis@patternsinthevoid.net>
|
||||||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||||
|
|
||||||
//! Montgomery arithmetic.
|
//! Group operations for Curve25519, in Montgomery form.
|
||||||
//!
|
//!
|
||||||
//! Apart from the compressed point implementation
|
//! Apart from the compressed point implementation
|
||||||
//! (i.e. `CompressedMontgomeryU`), this module is a "clean room" implementation
|
//! (i.e. `CompressedMontgomeryU`), this module is a "clean room" implementation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue