summaryrefslogtreecommitdiff
path: root/scrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-19 20:43:23 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-19 20:43:23 -0400
commitc0471236f47776858ec88ef44c7a039ba598a7ed (patch)
tree93bfef94e1443681a3ed24f6ea85d257d8d0ccad /scrypt.h
parent9be27c86c6c6b53e2e79c375a3388150b8bdf0c5 (diff)
downloadcryptopp-git-c0471236f47776858ec88ef44c7a039ba598a7ed.tar.gz
Use version 7.0 rather than 6.2
We had to perform a major version bump due to an ABI break
Diffstat (limited to 'scrypt.h')
-rw-r--r--scrypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scrypt.h b/scrypt.h
index fa35e65e..129c5dc3 100644
--- a/scrypt.h
+++ b/scrypt.h
@@ -8,7 +8,7 @@
/// <A HREF="https://www.tarsnap.com/scrypt.html">The scrypt key derivation function</A>
/// and <A HREF="https://tools.ietf.org/html/rfc7914">RFC 7914, The scrypt Password-Based
/// Key Derivation Function</A>
-/// \since Crypto++ 6.2
+/// \since Crypto++ 7.0
#ifndef CRYPTOPP_SCRYPT_H
#define CRYPTOPP_SCRYPT_H
@@ -29,7 +29,7 @@ NAMESPACE_BEGIN(CryptoPP)
/// <A HREF="https://www.tarsnap.com/scrypt.html">The scrypt key derivation function</A>
/// and <A HREF="https://tools.ietf.org/html/rfc7914">RFC 7914, The scrypt Password-Based
/// Key Derivation Function</A>
-/// \since Crypto++ 6.2
+/// \since Crypto++ 7.0
class Scrypt : public KeyDerivationFunction
{
public: