Skip to content

Commit

Permalink
spelling: transposes
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and armfazh committed Sep 6, 2023
1 parent dad2166 commit c2076d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pke/kyber/kyber1024/internal/mat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pke/kyber/kyber512/internal/mat.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (m *Mat) Derive(seed *[32]byte, transpose bool) {
}
}

// Tranposes A in place.
// Transposes A in place.
func (m *Mat) Transpose() {
for i := 0; i < K-1; i++ {
for j := i + 1; j < K; j++ {
Expand Down
2 changes: 1 addition & 1 deletion pke/kyber/kyber768/internal/mat.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2076d6

Please sign in to comment.