Commit Graph

21 Commits (8eebbe06007ca81443abc8301f06b1a1db4337c8)

Author SHA1 Message Date
Emma Stensland 8f0f1af04a F-1298 F-1302 F-1307 F-1712 F-1713 F-1719 F-1720 F-1721 F-1722 F-2093 F-3466 F-3472 F-3477 F-4131 F-4132 F-4600 F-5612 F-6286 F-6289 F-6536: Fix error handling in crypto and signature examples 2026-07-14 15:06:41 -06:00
Emma Stensland ac4b7b574e F-1698 F-1699 F-2094 F-2097 F-3222 F-3465 F-3900 F-4130 F-4599 F-5611 F-6285: fix logic and conditional bugs 2026-07-10 16:56:42 -06:00
Hosam Elkoulak cdcebdc1e2 move var declarations to the beginning of the block 2026-06-17 13:45:28 +02:00
Hosam Elkoulak c8d9c3b193 Add error checks for fseek and ftell function calls 2026-06-16 17:23:58 +02:00
Hosam Elkoulak 53855725f2 Zero byte files are now supported by Ascon file encrypt + fix for loop index, it should be defined as long as well for huge files 2026-06-12 17:29:15 +02:00
Hosam Elkoulak 7c26f5dbaf Decrypt in blocks and some fixes 2026-06-08 21:03:45 +02:00
Hosam Elkoulak c5584726bf Some more fixes 2026-06-05 18:50:48 +02:00
Hosam Elkoulak 04329e4aa1 Use goto instead of while loop 2026-05-30 00:04:14 +02:00
Hosam Elkoulak e7d781e84b Fixes for ascon-hash256 2026-05-26 01:12:01 +02:00
Hosam Elkoulak 09d5072fdb Fixes for Ascon-Hash256 2026-05-01 09:07:21 +02:00
Hosam Elkoulak d000810206 Two examples for Ascon-AEAD128 and Ascon-Hash256
Fix typos

No need to input key size as the size for ascon AEAD algorithm is fixed

Add an example for algorithm Ascon-Hash256
2026-04-27 17:22:49 +02:00
Sean Parkinson ae63bfdb40 Hash examples: add more
More examples based on different hash algorithms.
Examples hashing a string rather than a file.
Examples showing oneshot API.
Example of using hash wrapping API.
2025-03-18 12:22:24 +10:00
Andras Fekete 4c2f96ff64 Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
Lealem Amedie f30fea9e3c minor spelling and markdown fixes 2021-06-30 09:35:29 -06:00
Lealem Amedie be264f0511 Adding documentation where needed. Made changes to code to assure files build and implement good coding practices 2021-06-29 16:02:52 -06:00
David Garske 97fbb5eaa2 Cleanup for chunk processing. Fix makefile error with lib. 2020-09-28 10:39:22 -07:00
Kaleb Himes 096f157b22
Remove comment w/ developer name 2020-09-28 10:54:38 -06:00
kaleb-himes 3844e0fe6e Merge branch 'SIMPLE_HASH_EXAMPLE' of https://github.com/kaleb-himes/wolfssl-examples into SIMPLE_HASH_EXAMPLE 2020-09-28 10:51:18 -06:00
kaleb-himes 4c05ee3550 Add hash chunking in event of large file 2020-09-28 10:50:50 -06:00
Kaleb Himes 3baaadfc8d
Guard unused function with NO_SHA256 and address typo 2020-09-24 11:25:23 -06:00
kaleb-himes 4272ff9ca3 Add simple example to hash contents of a file 2020-09-24 11:22:01 -06:00