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

Porting this on a 16 bit microcontroller #9

Open
gskrish7 opened this issue Jun 1, 2024 · 0 comments
Open

Porting this on a 16 bit microcontroller #9

gskrish7 opened this issue Jun 1, 2024 · 0 comments

Comments

@gskrish7
Copy link

gskrish7 commented Jun 1, 2024

Most of the poly1305 implementation uses uint64_t to handle the uint32_t x uint32_t multiplication result. This is challenging, especially on a 16-bit microcontroller as the compiler does not have built-in support for the uint64_t type.

Is there any method to port for a 16 bit MCU?

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