2015-10-27 22:19:06 +01:00
|
|
|
#include "Scrypt.h"
|
|
|
|
|
|
|
|
namespace cpputils {
|
2015-11-04 05:13:23 +01:00
|
|
|
constexpr SCryptSettings SCrypt::ParanoidSettings;
|
|
|
|
constexpr SCryptSettings SCrypt::DefaultSettings;
|
|
|
|
constexpr SCryptSettings SCrypt::TestSettings;
|
2015-10-27 22:19:06 +01:00
|
|
|
}
|