summaryrefslogtreecommitdiff
path: root/naclite.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-22 22:59:19 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-22 22:59:19 -0500
commit7849ff393d14b158c07ef78f12aece293565b929 (patch)
treebdeb92b5169f6307927805121e906f2cdbfd618a /naclite.h
parentc9b00c14fd9c238ac3a797a53b3c01c4ab92f00e (diff)
downloadcryptopp-git-7849ff393d14b158c07ef78f12aece293565b929.tar.gz
Update documentation
Diffstat (limited to 'naclite.h')
-rw-r--r--naclite.h16
1 files changed, 8 insertions, 8 deletions
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</A>, <A
-/// HREF="https://github.com/jedisct1/libsodium/commit/675149b9b8b66ff4">libsodium
-/// commit 675149b9b8b66ff4</A> and <A HREF="https://tools.ietf.org/html/rfc7748">RFC
+/// HREF="https://github.com/jedisct1/libsodium/commit/afabd7e7386e1194">libsodium
+/// commit afabd7e7386e1194</A> and <A HREF="https://tools.ietf.org/html/rfc7748">RFC
/// 7748, Elliptic Curves for Security</A>, 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 <A HREF="https://nacl.cr.yp.to/box.html">NaCl crypto_box documentation</A>,
/// <A 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</A>,
-/// <A HREF="https://github.com/jedisct1/libsodium/commit/675149b9b8b66ff4">libsodium commit
-/// 675149b9b8b66ff4</A>.
+/// <A HREF="https://github.com/jedisct1/libsodium/commit/afabd7e7386e1194">libsodium commit
+/// afabd7e7386e1194</A>.
/// \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 <A HREF="https://nacl.cr.yp.to/box.html">NaCl crypto_box documentation</A>,
/// <A 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</A>,
-/// <A HREF="https://github.com/jedisct1/libsodium/commit/675149b9b8b66ff4">libsodium commit
-/// 675149b9b8b66ff4</A>.
+/// <A HREF="https://github.com/jedisct1/libsodium/commit/afabd7e7386e1194">libsodium commit
+/// afabd7e7386e1194</A>.
/// \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 <A HREF="https://nacl.cr.yp.to/box.html">NaCl crypto_box documentation</A>,
/// <A 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</A>,
-/// <A HREF="https://github.com/jedisct1/libsodium/commit/675149b9b8b66ff4">libsodium commit
-/// 675149b9b8b66ff4</A>.
+/// <A HREF="https://github.com/jedisct1/libsodium/commit/afabd7e7386e1194">libsodium commit
+/// afabd7e7386e1194</A>.
/// \since Crypto++ 6.0
int crypto_box_beforenm_unchecked(uint8_t *k,const uint8_t *y,const uint8_t *x);