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

virtio-crypto: add ECDSA op parameters #203

Open
gmuthukrishn opened this issue Sep 5, 2024 · 0 comments
Open

virtio-crypto: add ECDSA op parameters #203

gmuthukrishn opened this issue Sep 5, 2024 · 0 comments

Comments

@gmuthukrishn
Copy link

In ECDSA SIGN operation, a random scalar 'k' is used to generate
one part of signature. As this value SHOULD be randomly secure,
the application might supply it through secure RNG rather than
relying on SIGN implementation.

Another parameter is prehash algorithm to hash source data before
SIGN operation on it.

Current data queue struct for AKCIPHER do not hold any option
to input algorithm specific parameter. Hence, in this patch
new fields are introduced in data queue struct for AKCIPHER to
support additional parameters.

Patch available at:
https://lore.kernel.org/virtio-comment/[email protected]

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

No branches or pull requests

1 participant