diff --git a/naclite.h b/naclite.h index 16a691cb..eceec6c8 100644 --- a/naclite.h +++ b/naclite.h @@ -38,8 +38,8 @@ /// HREF="https://eprint.iacr.org/2017/806.pdf">May the Fourth Be With You: A /// Microarchitectural Side Channel Attack on Several Real-World Applications of /// Curve25519, libsodium -/// commit 675149b9b8b66ff4 and RFC +/// HREF="https://github.com/jedisct1/libsodium/commit/afabd7e7386e1194">libsodium +/// commit afabd7e7386e1194 and RFC /// 7748, Elliptic Curves for Security, Section 6. /// \since Crypto++ 6.0 @@ -232,8 +232,8 @@ int crypto_box_open_afternm(uint8_t *m,const uint8_t *c,uint64_t d,const uint8_t /// \sa NaCl crypto_box documentation, /// May the Fourth Be With You: A Microarchitectural /// Side Channel Attack on Several Real-World Applications of Curve25519, -/// libsodium commit -/// 675149b9b8b66ff4. +/// libsodium commit +/// afabd7e7386e1194. /// \since Crypto++ 6.0 int crypto_box_unchecked(uint8_t *c,const uint8_t *m,uint64_t d,const uint8_t *n,const uint8_t *y,const uint8_t *x); @@ -256,8 +256,8 @@ int crypto_box_unchecked(uint8_t *c,const uint8_t *m,uint64_t d,const uint8_t *n /// \sa NaCl crypto_box documentation, /// May the Fourth Be With You: A Microarchitectural /// Side Channel Attack on Several Real-World Applications of Curve25519, -/// libsodium commit -/// 675149b9b8b66ff4. +/// libsodium commit +/// afabd7e7386e1194. /// \since Crypto++ 6.0 int crypto_box_open_unchecked(uint8_t *m,const uint8_t *c,uint64_t d,const uint8_t *n,const uint8_t *y,const uint8_t *x); @@ -278,8 +278,8 @@ int crypto_box_open_unchecked(uint8_t *m,const uint8_t *c,uint64_t d,const uint8 /// \sa NaCl crypto_box documentation, /// May the Fourth Be With You: A Microarchitectural /// Side Channel Attack on Several Real-World Applications of Curve25519, -/// libsodium commit -/// 675149b9b8b66ff4. +/// libsodium commit +/// afabd7e7386e1194. /// \since Crypto++ 6.0 int crypto_box_beforenm_unchecked(uint8_t *k,const uint8_t *y,const uint8_t *x);