wolfssl-examples/crypto
Anthony eba0390017 Add SM2/SM3/SM4 examples
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.
2026-07-29 13:38:24 -04:00
..
3des Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
MagicCrypto Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
aes Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
aes-modes Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
ascon Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
camellia Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
keywrap Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
pkcs12 Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
sm Add SM2/SM3/SM4 examples 2026-07-29 13:38:24 -04:00
README.md Two examples for Ascon-AEAD128 and Ascon-Hash256 2026-04-27 17:22:49 +02:00

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.