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

[pull] master from RustCrypto:master #9

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 27, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

This PR significantly reduces size of the crate. But now clean build of
the crate takes 7-12 seconds, which is not great, but tolerable enough.
Hopefully, performance of const eval will be improved in future.

We could improve build times by using a build script and
`include_bytes!`, but it would result in a somewhat less clear code and
it would mean introduction of the first algorithmic crate which uses
build script.

Additionally, this PR adds a chain encryption test for a more thorough
testing.

Closes #448
@pull pull bot added the ⤵️ pull label Sep 27, 2024
@pull pull bot merged commit a0ac124 into age-rs:master Sep 27, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant