Align montgomery summary to match the edwards summary

This commit is contained in:
Henry de Valence 2017-11-29 13:01:22 -08:00
parent c209b49264
commit da8b12a62d

View file

@ -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