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

Saber Key Encapsulation Mechanism #5

Merged
merged 24 commits into from
Jul 23, 2023
Merged

Saber Key Encapsulation Mechanism #5

merged 24 commits into from
Jul 23, 2023

Conversation

itzmeanjan
Copy link
Owner

@itzmeanjan itzmeanjan commented Jul 22, 2023

  • Saber KEM algorithms
    • Key generation algorithm for KEM
    • Encaps algorithm for KEM
    • Decaps algorithm for KEM
  • Instantiate Saber KEM variants
  • Add tests ensuring functional correctness of Saber KEM
  • Add benchmarks for KEM routines
  • Add examples demonstrating usage of Saber KEM algorithms
  • Add project documentation

Run tests by issuing command

make -j $(nproc --all)

Run benchmarks by issuing command

# If you've built google-benchmark with libPFM, more @ https://gist.github.com/itzmeanjan/05dc3e946f635d00c5e0b21aae6203a7
make perf
# Else
make benchmark

Signed-off-by: Anjan Roy <[email protected]>
…nvoked with only suggested params.

Signed-off-by: Anjan Roy <[email protected]>
@itzmeanjan itzmeanjan merged commit 51e0604 into main Jul 23, 2023
1 check passed
@itzmeanjan itzmeanjan deleted the kem branch July 23, 2023 08:50
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.

1 participant