We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2bf05 commit fd6abadCopy full SHA for fd6abad
src/auth/SecureRemotePassword/srp.h
@@ -103,9 +103,9 @@ class RemotePassword : public Firebird::GlobalStorage
103
virtual ~RemotePassword();
104
105
static const char* plugName;
106
- static const unsigned SRP_KEY_SIZE = 128;
107
- static const unsigned SRP_VERIFIER_SIZE = SRP_KEY_SIZE;
108
- static const unsigned SRP_SALT_SIZE = 32;
+ static constexpr unsigned SRP_KEY_SIZE = 128;
+ static constexpr unsigned SRP_VERIFIER_SIZE = SRP_KEY_SIZE;
+ static constexpr unsigned SRP_SALT_SIZE = 32;
109
110
static Firebird::string pluginName(unsigned bits);
111
0 commit comments