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

Add benchmarks and memory tracking feature to Signature Examples. #352

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Gonsix
Copy link

@Gonsix Gonsix commented Dec 13, 2022

Add becnmark and memory tranking feature to the following program:
signature/rsa_vfy_only/verify
signature/rsa_buffer/verify
signature/ecc-sign-verify/ecc_sign_verify

Moved files in the embedded directory to the embedded/tls directory.

Shingo Morimoto added 2 commits December 14, 2022 07:30
Add becnmark and memory tranking to the following program:
signature/rsa_vfy_only/verify
signature/rsa_buffer/verify
signature/ecc-sign-verify/ecc_sign_verify
@Gonsix Gonsix force-pushed the bench_PR branch 2 times, most recently from 327eb23 to e7b7571 Compare December 20, 2022 07:09
-modified Makefile to execute clean target before building.
-modified Makefile to add CFLAGS for sp_x86_64.
-fixed BENCH_TIME_SEC possible to be defined by compiler flags.
-add -lpthread to be given to compiler.
* Add non-blocking mode for ECC Signature Example

* Add non-blocking mode for RSA with TFM

* Add ecc_vfy_only and ecc_vfy_only_nonblock

- Add ecc_vfy_only to separate the function  Verifying only from the ecc_sign_verify that signing and verifying the signatures.
- Rename rsa_buffer to rsa_sign_verify
- Add rsa_vfy_only_nonblock

* Revise the README

---------

Co-authored-by: Shingo Morimoto <shingo@wolfssl.com>
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.

None yet

3 participants