Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/generic #4241

Merged
merged 1 commit into from May 14, 2024
Merged

crypto/generic #4241

merged 1 commit into from May 14, 2024

Conversation

leongross
Copy link

Building applications with cryptographic operations still lacks a lot of support due to excessive usage of assembly in the golang standard library. This PR intends to replace them in the tinygo build process with the generic implementations.

@dgryski
Copy link
Member

dgryski commented Apr 24, 2024

This has been fixed on Go tip with the purego build tag.

@aykevl
Copy link
Member

aykevl commented May 14, 2024

This has been fixed on Go tip with the purego build tag.

That would be a better long-term fix, yes. But the change seems fine by me if it unblocks someone right now, any reason not to merge this?

@dgryski
Copy link
Member

dgryski commented May 14, 2024

If it works it's probably fine to merge, assuming it doesn't then break stuff when we build with the purego build tag. (But yes, let's merge for now and fix later if needed.)

@deadprogram
Copy link
Member

Thanks for the code @leongross and for the review @dgryski and @aykevl now merging.

@deadprogram deadprogram merged commit 30c4df1 into tinygo-org:dev May 14, 2024
16 checks passed
@leongross
Copy link
Author

Great, thanks for taking care of this!

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.

None yet

4 participants