Fix challenge-response key data after Botan
* Fix #6420 * Refactor Challenge-Response key files to be more streamlined. Added a test to confirm raw key data is accurate.
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
#include <QSharedPointer>
|
||||
#include <QString>
|
||||
|
||||
#include "crypto/kdf/Kdf.h"
|
||||
#include "keys/ChallengeResponseKey.h"
|
||||
#include "keys/Key.h"
|
||||
|
||||
class Kdf;
|
||||
class ChallengeResponseKey;
|
||||
|
||||
class CompositeKey : public Key
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user