@quenty/ellipticcurvecryptography 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ellipticcurvecryptography@1.2.0...@quenty/ellipticcurvecryptography@1.3.0) (2024-05-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Native calls was erroring stuff ([949c41d](https://github.com/Quenty/NevermoreEngine/commit/949c41de617e38c33da8d7d4351cc9fa34ae529d))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ellipticcurvecryptography@1.1.0...@quenty/ellipticcurvecryptography@1.2.0) (2023-12-14)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/ellipticcurvecryptography",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Elliptic curve cryptography forked from BoatBomber, forked from ComputerCraft",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "2c2dbbc0cb2fbb46b4f3270c559c63890fe18b26"
31
+ "gitHead": "afbb66378d568ebb9450db13de0b4fe61113a2f1"
32
32
  }
@@ -1,4 +1,4 @@
1
- --!native
1
+
2
2
  -- Big integer arithmetic for 168-bit (and 336-bit) numbers
3
3
  -- Numbers are represented as little-endian tables of 24-bit integers
4
4
  local twoPower = require(script.Parent.twoPower)
@@ -1,4 +1,3 @@
1
- --!native
2
1
 
3
2
  -- Arithmetic on the finite field of integers modulo p
4
3
  -- Where p is the finite field modulus