Skip to content

Commit fea157b

Browse files
authored
elliptic-curve: update SIGMA protocol reference link (#1910)
Replaced the outdated SIGMA protocol reference link in the ECDH module documentation with the official IACR archive PDF. The new link points to the full text of "SIGMA: the 'SIGn-and-MAc' Approach to Authenticated Diffie-Hellman and its Use in the IKE Protocols" by Hugo Krawczyk (CRYPTO 2003), ensuring long-term accessibility and citation accuracy.
1 parent 57aea51 commit fea157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elliptic-curve/src/ecdh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! [`diffie_hellman`] function.
2525
//!
2626
//! [AKE]: https://en.wikipedia.org/wiki/Authenticated_Key_Exchange
27-
//! [SIGMA]: https://webee.technion.ac.il/~hugo/sigma-pdf.pdf
27+
//! [SIGMA]: https://www.iacr.org/cryptodb/archive/2003/CRYPTO/1495/1495.pdf
2828
2929
use crate::{
3030
AffinePoint, Curve, CurveArithmetic, CurveGroup, FieldBytes, NonZeroScalar, ProjectivePoint,

0 commit comments

Comments
 (0)