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

More direct APIs to cryptographic primitives without VM init #903

Merged
merged 9 commits into from
Sep 17, 2024

Conversation

jaromil
Copy link
Member

@jaromil jaromil commented Jul 18, 2024

Address issue #899

Simple and most common functions exposed for direct execution, with string endoded input and output for ease of use via bindings.

WIP: just the sk generation for eddsa for now, however the
architecture is in place:
zenroom_sign_* will implement: _keygen _pubgen _sign _verify

all functions will take *algo string as argument defining what
signature is being used, second argument the rngseed or NULL, then
following arguments may vary depending from function.
added also a debug function

perhaps later will put all api utility functions in a shared file
@jaromil jaromil marked this pull request as ready for review September 17, 2024 23:38
@jaromil jaromil merged commit 66e9a05 into master Sep 17, 2024
26 checks passed
@jaromil jaromil deleted the feat/more-direct-apis branch September 17, 2024 23:39
This pull request was closed.
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.

1 participant