Skip to content
New issue

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

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

Already on GitHub? # to your account

Changed to use &str for key_name parameters. #86

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

MattDavis00
Copy link
Member

@MattDavis00 MattDavis00 commented Jul 8, 2021

Used to have to call key_name.clone() when passing it as an argument.
Now it follows the pattern of psa_generate_key(&key_name, key_attrs)

Closes #81

Signed-off-by: Matt Davis matt.davis@arm.com

Used to have to call key_name.clone() when passing it as an argument.
Now it follows the pattern of psa_generate_key(&key_name, key_attrs)

Issue parallaxsecond#81

Signed-off-by: Matt Davis <matt.davis@arm.com>
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.

That's great! Will make it way easier to use this client.
I wish good luck to the person updating the e2e_client with this 😳

@hug-dev hug-dev merged commit 9f703ae into parallaxsecond:main Jul 12, 2021
@ionut-arm
Copy link
Member

I wish good luck to the person updating the e2e_client with this 😳

Yes, I was thinking of suggesting that as a follow up, until I realized the suffering that would ensue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use &str for key names instead of String
3 participants