kokke / kokke/tiny-AES-c

aes.h comment error

Open Beginner friendly
#206 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/kokke/tiny-AES-c/blob/f06ac37fc31dfdaca2e0d9bec83f90d5663c319b/aes.h#L65

#endif // #if defined(ECB) && (ECB == !)
-------------
I guess it should be #endif // #if defined(ECB) && (ECB == 1)

Contributor guide

No contributing guide indexed for this repository

Research direction

Open aes.h at line 65 and compare the trailing #endif comment with the nearby ECB preprocessor condition. Correct the comment so it accurately describes the condition, then review the diff to ensure only this documentation typo changed.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cryptography
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.