equal
deleted
inserted
replaced
|
1 /** |
|
2 @page mainpage_cryptalg Cryptalg |
|
3 |
|
4 The old \c Cryptalg Cryptography component comprises: |
|
5 |
|
6 @li @ref bigint |
|
7 @li @ref cryptographic_hash |
|
8 @li Random number generator (RNG) |
|
9 @li @ref symmetric_ciphers |
|
10 @li @ref asymmetric_cryptography |
|
11 |
|
12 <!-- @li @ref mainpage_pbe --> |
|
13 |
|
14 <hr> |
|
15 |
|
16 For <b>pre-v.8.0</b>, the <b> Security Supplement </b> of the Developer Library gives: |
|
17 |
|
18 @li @ref SS_Cryptalg_cryptography_overview |
|
19 @li @ref SS_Cryptalg_symmetric_ciphers |
|
20 @li @ref SS_Cryptalg_asymmetric_ciphers |
|
21 @li @ref SS_Cryptalg_private_key_interface |
|
22 @li @ref SS_Cryptalg_signature_classes |
|
23 @li @ref SS_Cryptalg_parameter_classes |
|
24 @li @ref SS_Cryptalg_hash_algorithms |
|
25 @li @ref SS_Cryptalg_weak_strong_crypto |
|
26 @li @ref SS_Cryptalg_howto_find_crypto_strength |
|
27 @li @ref SS_Cryptalg_howto_change_crypto_strength |
|
28 |
|
29 */ |