Skip to content

Commit

Permalink
fix: Native calls was erroring stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed May 3, 2024
1 parent faaa31b commit 949c41d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--!native

-- Big integer arithmetic for 168-bit (and 336-bit) numbers
-- Numbers are represented as little-endian tables of 24-bit integers
local twoPower = require(script.Parent.twoPower)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--!native

-- Arithmetic on the finite field of integers modulo p
-- Where p is the finite field modulus
Expand Down

0 comments on commit 949c41d

Please sign in to comment.