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

Introduce separate source files for compression, sampling, and arithmetic #674

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/cbd.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/cbd.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/compress.c
1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/compress.h
1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/ntt.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/ntt.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/poly_k.c
1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/poly_k.h
1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/polyvec.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/polyvec.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/reduce.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/rej_uniform.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/mlkem_native/rej_uniform.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/sampling.c
1 change: 1 addition & 0 deletions examples/bring_your_own_fips202/mlkem_native/sampling.h
1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/cbd.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/cbd.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/compress.c
1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/compress.h
1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/ntt.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/ntt.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/poly_k.c
1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/poly_k.h
1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/polyvec.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/polyvec.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/reduce.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/rej_uniform.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/custom_backend/mlkem_native/mlkem/rej_uniform.h

This file was deleted.

1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/sampling.c
1 change: 1 addition & 0 deletions examples/custom_backend/mlkem_native/mlkem/sampling.h
Loading
Loading