wolfCrypt-level ShangMi examples: SM3 hash (GB/T 32905 known answer), SM4-GCM with tamper detection, SM2 sign/verify including the ZA digest step, and SM2 ECDH. Requires the wolfSSL/wolfsm overlay. |
||
|---|---|---|
| .. | ||
| 3des | ||
| MagicCrypto | ||
| aes | ||
| aes-modes | ||
| ascon | ||
| camellia | ||
| keywrap | ||
| pkcs12 | ||
| sm | ||
| README.md | ||
README.md
This directory contains examples that demonstrate using the wolfCrypt functionality to encrypt files with different algorithms (aes, 3des, etc.)
For further usage and details:
Please see the 3des/README.md for 3des.
Please see the ascon/README.md for ascon.
Please see the aes/README.md for aes.
Please see the camellia/README.md for camellia.
Please see the pkcs12/README.md for pkcs12.