Skip to content

Commit

Permalink
Remove use of deprecated function from primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
imalsogreg committed Nov 21, 2023
1 parent f6d97e1 commit 23b9921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crypto/Hash/PoseidonNative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ getC :: Int -> Int -> Integer
getC = \ti i ->
cData `SmallArray.indexSmallArray` ti `Array.indexArray` i
where
cData = SmallArray.smallArrayFromList $ map Array.fromList
cData = SmallArray.smallArrayFromList $ map Array.arrayFromList
[
[
0x09c46e9ec68e9bd4fe1faaba294cba38a71aa177534cdd1b6c7dc0dbd0abd7a7,
Expand Down

0 comments on commit 23b9921

Please sign in to comment.