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

WIP: NTRU Prime #35

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

WIP: NTRU Prime #35

wants to merge 10 commits into from

Commits on Jul 8, 2024

  1. ntru: Initial commit

    This patch creates empty crate for ntru prime and adds test data taken
    from nist
    
    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    033ff25 View commit details
    Browse the repository at this point in the history
  2. ntru: compiler/clippy Attributes

    1- compile for no-std
    2- allow some warnings, while being pedantic regarding other warnings
    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    562e960 View commit details
    Browse the repository at this point in the history
  3. ntru: [DO NOT MERGE] Add consant time operations

    That include
    1- constant time if else
    2- constant time division
    3- constant time bitonic sort
    
    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    87c7c02 View commit details
    Browse the repository at this point in the history
  4. NTRU: Add parameters for streamlined/lwe NTRU prime

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    43db73f View commit details
    Browse the repository at this point in the history
  5. ntru: Add core algebra

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c6f7b41 View commit details
    Browse the repository at this point in the history
  6. ntru: Add core streamlined NTRU implementation

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0b60b12 View commit details
    Browse the repository at this point in the history
  7. ntru: Add encoding layer for streamlined ntru

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dc4f868 View commit details
    Browse the repository at this point in the history
  8. ntru: add hashing support for streamlined ntru

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7405b00 View commit details
    Browse the repository at this point in the history
  9. ntru: Implement KEM

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    20a493e View commit details
    Browse the repository at this point in the history
  10. ntru: Add nist tests for streamlined ntru

    Signed-off-by: Ahmed <>
    Ahmed committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bb6b56d View commit details
    Browse the repository at this point in the history