Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jan 11, 2024
1 parent f154112 commit b81d3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lsh256/lsh256_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/binary"
"math/bits"

"kryptosimd/internal/kryptoutil"
"github.com/RyuaNerin/go-krypto/internal/kryptoutil"
)

// java to go
Expand Down
2 changes: 1 addition & 1 deletion lsh512/lsh512_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"encoding/binary"
"math/bits"

"kryptosimd/internal/kryptoutil"
"github.com/RyuaNerin/go-krypto/internal/kryptoutil"
)

const (
Expand Down

0 comments on commit b81d3b9

Please sign in to comment.