We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to optimize the PRG with a lightweight assembly call to AESNI instead of using the aesni crate:
aesni
sycret/src/le.rs
Line 142 in 368276c
Here is an example of a Rust crate doing that (for a slightly older edition of Rust): https://github.com/gendx/haraka-rs/blob/e487b2821bfd5485e1e3df95909bdade2f615f3a/src/haraka256.rs#L6
Any other optimization of the MMO PRG is welcome! For instance, depending on the expansion factor needed, we might be able to save a few calls to AES:
Line 153 in 368276c
The text was updated successfully, but these errors were encountered:
For reference, here is some interesting work: Lightweight Techniques for Private Heavy Hitters
Sorry, something went wrong.
No branches or pull requests
Try to optimize the PRG with a lightweight assembly call to AESNI instead of using the
aesni
crate:sycret/src/le.rs
Line 142 in 368276c
Here is an example of a Rust crate doing that (for a slightly older edition of Rust): https://github.com/gendx/haraka-rs/blob/e487b2821bfd5485e1e3df95909bdade2f615f3a/src/haraka256.rs#L6
Any other optimization of the MMO PRG is welcome! For instance, depending on the expansion factor needed, we might be able to save a few calls to AES:
sycret/src/le.rs
Line 153 in 368276c
The text was updated successfully, but these errors were encountered: