wolfssl-examples/crypto
Anthony f09fb7378f Add KDF examples
HKDF (RFC 5869), PBKDF2 (RFC 2898) and scrypt (RFC 7914), each
verified against its RFC known-answer test vector.
2026-07-29 13:39:15 -04:00
..
3des Add CI that builds and runs every example (#598) 2026-07-23 10:07:06 -06:00
MagicCrypto
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
kdf Add KDF examples 2026-07-29 13:39:15 -04: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
siphash Add SipHash example 2026-07-29 13:39:03 -04: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.