Skip to content

Do not synchronize on Rijndael cipher initialization or use#1061

Merged
ArneBab merged 1 commit into
hyphanet:nextfrom
bertm:no-synchronize-rijndael
Jun 22, 2025
Merged

Do not synchronize on Rijndael cipher initialization or use#1061
ArneBab merged 1 commit into
hyphanet:nextfrom
bertm:no-synchronize-rijndael

Conversation

@bertm

@bertm bertm commented May 11, 2025

Copy link
Copy Markdown
Contributor

The synchronization appears to have been added at some point to limit overall crypto concurrency assuming a single-core processor, but in today's world, we'd rather get rid of such limits.

The synchronization appears to have been added at some point to limit
overall crypto concurrency assuming a single-core processor, but in
today's world, we'd rather get rid of such limits.
@ArneBab ArneBab merged commit 0a610f8 into hyphanet:next Jun 22, 2025
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.

3 participants