Skip to content

More fixes and improvements#758

Open
sjaeckel wants to merge 3 commits intodevelopfrom
more-fixes-and-improvements
Open

More fixes and improvements#758
sjaeckel wants to merge 3 commits intodevelopfrom
more-fixes-and-improvements

Conversation

@sjaeckel
Copy link
Copy Markdown
Member

@sjaeckel sjaeckel commented May 5, 2026

Checklist

  • documentation is added or updated
  • tests are added or updated
  • if this fixes something: added a Fixes: tag to the commit message

They're the only ones which don't follow the same pattern.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
@sjaeckel sjaeckel requested a review from karel-m May 5, 2026 09:34
sjaeckel added 2 commits May 5, 2026 13:16
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
* Use a shared init function.
* Fix some functions used in descriptors and implementation.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
@sjaeckel sjaeckel force-pushed the more-fixes-and-improvements branch from 6cde560 to 1ee37a5 Compare May 5, 2026 11:16
@karel-m
Copy link
Copy Markdown
Member

karel-m commented May 5, 2026

Do we actually still need sha1_x86_init and sha1_c_init when they are both equal to sha1_init?

@sjaeckel
Copy link
Copy Markdown
Member Author

sjaeckel commented May 5, 2026

Do we actually still need sha1_x86_init and sha1_c_init when they are both equal to sha1_init?

Nope, they could be defined to sha1_init! Will do that :) Thanks!

@karel-m
Copy link
Copy Markdown
Member

karel-m commented May 5, 2026

similarly sha224_x86_init / sha256_x86_init vs sha224_c_init / sha256_c_init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants