easyssl 0.51.8d8e9a5
EasySSL is base back end library for your c++ Qt projects.
authecdsa.h
Go to the documentation of this file.
1//#
2//# Copyright (C) 2021-2025 QuasarApp.
3//# Distributed under the GPLv3 software license, see the accompanying
4//# Everyone is permitted to copy and distribute verbatim copies
5//# of this license document, but changing it is not allowed.
6//#
7
8
9#ifndef AUTHECDSA_H
10#define AUTHECDSA_H
11
12#include "ecdsassl.h"
13#include "asynckeysauth.h"
14
15namespace EasySSL {
16
21
22}
23
24#endif // AUTHECDSA_H
The AsyncKeysAuth class is temaplate class for works with authorization of a pair of asynchronous key...
AsyncKeysAuth< ECDSASSL > AuthECDSA
The AuthECDSA class is ecdsa implementation of the Async authentication. This implementation based on...
Definition authecdsa.h:20