Accessing Scrypt implementation directly is deprecated.

This commit is contained in:
eelke 2024-04-12 06:26:54 +02:00
parent e5a5dc15f9
commit d22b125d81
3 changed files with 3 additions and 7 deletions

View file

@ -7,7 +7,6 @@
#include <botan/hash.h>
#include <botan/auto_rng.h>
#include <botan/base64.h>
#include <botan/scrypt.h>
#include <botan/nist_keywrap.h>
#include <botan/base64.h>
#include <botan/mac.h>