Skip to content

SP C: support e up to 64-bits #6959

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

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

SparkiDev
Copy link
Contributor

Description

SP C code only supported one digit worth of e which is less than 64 or 32.
Change is to support up to 64 bit of e using sp_uint64 to hold value.

Testing

PoC - large e with SP C

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

SP C code only supported one digit worth of e which is less than 64 or
32.
Change is to support up to 64 bit of e using sp_uint64 to hold value.
@SparkiDev SparkiDev assigned SparkiDev and wolfSSL-Bot and unassigned SparkiDev Nov 10, 2023
@kaleb-himes kaleb-himes self-assigned this Nov 10, 2023
@kaleb-himes kaleb-himes self-requested a review November 10, 2023 14:22
Copy link
Contributor

@kaleb-himes kaleb-himes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @SparkiDev

@kaleb-himes kaleb-himes merged commit a04eb81 into wolfSSL:master Nov 10, 2023
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.

3 participants