Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion benches/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---
Copyright © 2023 Sven Moog
Copyright 2023 Sven Moog

This file is part of qFALL-math.

Expand Down
2 changes: 1 addition & 1 deletion benches/basis_reductions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/benchmarks.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Sven Moog
// Copyright 2023 Sven Moog
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/cholesky_decomposition.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/classic_crypto.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/integer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Sven Moog
// Copyright 2023 Sven Moog
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/matrix_arith.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/ntt_multiplication.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Marvin Beckmann
// Copyright 2025 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/sample_z.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/sampling.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Sven Moog
// Copyright 2023 Sven Moog
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/solve.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion benches/uniform.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt, Marvin Beckmann
// Copyright 2023 Marcel Luca Schmidt, Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski
// Copyright 2023 Phil Milewski
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic/add.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski
// Copyright 2023 Phil Milewski
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic/modulo.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Marcel Luca Schmidt, Marvin Beckmann
// Copyright 2025 Marcel Luca Schmidt, Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic/mul.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski, Marcel Luca Schmidt
// Copyright 2023 Phil Milewski, Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic/mul_scalar.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/arithmetic/sub.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski, Marcel Luca Schmidt
// Copyright 2023 Phil Milewski, Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/cmp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/coefficient_embedding.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/concat.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/default.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/from.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann, Sven Moog
// Copyright 2023 Marvin Beckmann, Sven Moog
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/get.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/norm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/ownership.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/properties.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/reduce.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/sample.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/sample/binomial.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/sample/discrete_gauss.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/sample/uniform.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/serialize.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/set.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann, Niklas Siemer
// Copyright 2023 Marvin Beckmann, Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/sort.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Marcel Luca Schmidt
// Copyright 2025 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/tensor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/to_string.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/trace.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/transpose.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/unsafe_functions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/vector.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/vector/dot_product.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/vector/is_vector.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_poly_over_z/vector/norm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2024 Marcel Luca Schmidt
// Copyright 2024 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt, Niklas Siemer
// Copyright 2023 Marcel Luca Schmidt, Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski
// Copyright 2023 Phil Milewski
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/add.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski
// Copyright 2023 Phil Milewski
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/div.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt, Sven Moog
// Copyright 2023 Marcel Luca Schmidt, Sven Moog
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/modulo.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Marcel Luca Schmidt, Marvin Beckmann
// Copyright 2025 Marcel Luca Schmidt, Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/mul.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer, Phil Milewski, Marcel Luca Schmidt
// Copyright 2023 Jan Niklas Siemer, Phil Milewski, Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/mul_scalar.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/arithmetic/sub.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Phil Milewski, Marcel Luca Schmidt
// Copyright 2023 Phil Milewski, Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/basis_reductions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/cmp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/concat.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marvin Beckmann
// Copyright 2023 Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/default.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/determinant.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/forms.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/from.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/get.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt, Marvin Beckmann
// Copyright 2023 Marcel Luca Schmidt, Marvin Beckmann
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/inverse.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Marcel Luca Schmidt
// Copyright 2023 Marcel Luca Schmidt
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/norm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2025 Niklas Siemer
// Copyright 2025 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
2 changes: 1 addition & 1 deletion src/integer/mat_z/ownership.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2023 Niklas Siemer
// Copyright 2023 Jan Niklas Siemer
//
// This file is part of qFALL-math.
//
Expand Down
Loading
Loading