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

Improve interface of both crates #14

Merged
merged 1 commit into from
May 26, 2020

Conversation

ionut-arm
Copy link
Member

This commit adds a feature to the psa-crypto crate to allow it to be
built without a library backing its API - this leaves only the type
system in place, with none of the callable methods.
The bindgen exports of psa-crypto-sys are also restricted to those
strictly necessary to the psa-crypto crate.

Signed-off-by: Ionut Mihalcea ionut.mihalcea@arm.com

This commit adds a feature to the `psa-crypto` crate to allow it to be
built without a library backing its API - this leaves only the type
system in place, with none of the callable methods.
The bindgen exports of `psa-crypto-sys` are also restricted to those
strictly necessary to the `psa-crypto` crate.

Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
@ionut-arm ionut-arm added the enhancement New feature or request label May 22, 2020
@ionut-arm ionut-arm requested review from hug-dev and egrimley-arm May 22, 2020 14:42
@ionut-arm ionut-arm self-assigned this May 22, 2020
Copy link
Member

@hug-dev hug-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very, very good stuff! Will make the doc very clean!

@ionut-arm ionut-arm merged commit 13dd8c2 into parallaxsecond:master May 26, 2020
@ionut-arm ionut-arm deleted the interf branch May 26, 2020 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants