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

caliptra_ecdsa384_verify test example #1426

Open
slingappa opened this issue Mar 22, 2024 · 0 comments
Open

caliptra_ecdsa384_verify test example #1426

slingappa opened this issue Mar 22, 2024 · 0 comments

Comments

@slingappa
Copy link

slingappa commented Mar 22, 2024

I'm looking for example code to test libcaliptra's caliptra_ecdsa384_verify().

I understand we need to feed data/digest before executing the above, in rust code I see this is accomplished by

model .compute_sha512_acc_digest(msg, ShaAccMode::Sha384Stream) .unwrap();
is there a full example to test caliptra_ecdsa384_verify() with libcaliptra C bindings ?

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