mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1234] [MERGED] docs: fixed some documentation errors in BLAKE2b #1826
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1234
Author: @dsmurrow
Created: 3/19/2023
Status: ✅ Merged
Merged: 4/7/2023
Merged by: @Panquesito7
Base:
master← Head:docs📝 Commits (10+)
7d21d97docs: Slight modifications3429563docs: Removed @define's01072ccchore: made it so math directory gets builtdd291a4docs: added back third slash for includes75d22fbMerge branch 'master' into docs3eff6c3Merge branch 'master' into euclid805b344feat: added extended Euclidean algorithm643c85bMerge branch 'docs' of https://github.com/dsmurrow/TheAlgorithms_C into docscdd1cc9fix: key wasn't being considered in the algorithm07b32bcchore: added more tests📊 Changes
1 file changed (+87 additions, -16 deletions)
View changed files
📝
hash/hash_blake2b.c(+87 -16)📄 Description
Description of Change
Removed doc comments describing include's as they seemed to mess up the doc generation. Also removed the define specifier in doc comments as Doxygen couldn't seem to parse them.
EDIT: I noticed a small bug in the algorithm which I fixed and added as a commit here
EDIT2: Added more tests for the algorithm
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.