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

Memory and registers for fixed and floating point numbers #27

Open
Mikerah opened this issue Jan 21, 2022 · 0 comments
Open

Memory and registers for fixed and floating point numbers #27

Mikerah opened this issue Jan 21, 2022 · 0 comments

Comments

@Mikerah
Copy link
Contributor

Mikerah commented Jan 21, 2022

In the current design of MP-SPDZ and SCALE-MAMBA, there are no special purpose registers or memory for fixed point and floating point numbers. Instead, these are derived by using their integer representation making heavy use of the dedicated clear number and secret shared number registers and memory.

There might be some potential optimizations by adding extra registers for manipulating fixed point and floating point numbers as many of the use cases that we consider for StoffelMPC require the use of such numbers.

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