mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-02 06:09:33 +00:00
20 lines
336 B
Plaintext
20 lines
336 B
Plaintext
|
/** \example hashtest.cpp
|
||
|
|
||
|
The code below shows how to use a Hash subclass
|
||
|
|
||
|
*/
|
||
|
|
||
|
/** \example mactest.cpp
|
||
|
|
||
|
The code below shows how to use a MessageAuthenticationCode subclass
|
||
|
|
||
|
*/
|
||
|
|
||
|
/** \example providertest.cpp
|
||
|
|
||
|
The code below shows some simple operations on a Provider object, including
|
||
|
use of iterators and some member functions.
|
||
|
|
||
|
*/
|
||
|
|