@@ -132,7 +132,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
132
132
function add(euint64 lhs, euint64 rhs) internal pure returns (euint64)
133
133
```
134
134
135
- This functions performs the add operation
135
+ This function performs the add operation
136
136
137
137
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
138
138
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -156,7 +156,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
156
156
function add(euint128 lhs, euint128 rhs) internal pure returns (euint128)
157
157
```
158
158
159
- This functions performs the add operation
159
+ This function performs the add operation
160
160
161
161
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
162
162
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -341,7 +341,7 @@ _Pure in this function is marked as a hack/workaround - note that this function
341
341
function sealoutput(eaddress value, bytes32 publicKey) internal pure returns (string)
342
342
```
343
343
344
- performs the sealoutput function on a eaddress ciphertext. This operation returns the plaintext value, sealed for the public key provided
344
+ performs the sealoutput function on an eaddress ciphertext. This operation returns the plaintext value, sealed for the public key provided
345
345
346
346
_ Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
347
347
@@ -564,7 +564,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
564
564
function lte(euint64 lhs, euint64 rhs) internal pure returns (ebool)
565
565
```
566
566
567
- This functions performs the lte operation
567
+ This function performs the lte operation
568
568
569
569
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
570
570
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -588,7 +588,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
588
588
function lte(euint128 lhs, euint128 rhs) internal pure returns (ebool)
589
589
```
590
590
591
- This functions performs the lte operation
591
+ This function performs the lte operation
592
592
593
593
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
594
594
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -684,7 +684,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
684
684
function sub(euint64 lhs, euint64 rhs) internal pure returns (euint64)
685
685
```
686
686
687
- This functions performs the sub operation
687
+ This function performs the sub operation
688
688
689
689
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
690
690
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -708,7 +708,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
708
708
function sub(euint128 lhs, euint128 rhs) internal pure returns (euint128)
709
709
```
710
710
711
- This functions performs the sub operation
711
+ This function performs the sub operation
712
712
713
713
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
714
714
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -804,7 +804,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
804
804
function mul(euint64 lhs, euint64 rhs) internal pure returns (euint64)
805
805
```
806
806
807
- This functions performs the mul operation
807
+ This function performs the mul operation
808
808
809
809
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
810
810
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -900,7 +900,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
900
900
function lt(euint64 lhs, euint64 rhs) internal pure returns (ebool)
901
901
```
902
902
903
- This functions performs the lt operation
903
+ This function performs the lt operation
904
904
905
905
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
906
906
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -924,7 +924,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
924
924
function lt(euint128 lhs, euint128 rhs) internal pure returns (ebool)
925
925
```
926
926
927
- This functions performs the lt operation
927
+ This function performs the lt operation
928
928
929
929
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
930
930
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1252,7 +1252,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1252
1252
function gt(euint64 lhs, euint64 rhs) internal pure returns (ebool)
1253
1253
```
1254
1254
1255
- This functions performs the gt operation
1255
+ This function performs the gt operation
1256
1256
1257
1257
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1258
1258
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1276,7 +1276,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1276
1276
function gt(euint128 lhs, euint128 rhs) internal pure returns (ebool)
1277
1277
```
1278
1278
1279
- This functions performs the gt operation
1279
+ This function performs the gt operation
1280
1280
1281
1281
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1282
1282
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1372,7 +1372,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1372
1372
function gte(euint64 lhs, euint64 rhs) internal pure returns (ebool)
1373
1373
```
1374
1374
1375
- This functions performs the gte operation
1375
+ This function performs the gte operation
1376
1376
1377
1377
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1378
1378
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1396,7 +1396,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1396
1396
function gte(euint128 lhs, euint128 rhs) internal pure returns (ebool)
1397
1397
```
1398
1398
1399
- This functions performs the gte operation
1399
+ This function performs the gte operation
1400
1400
1401
1401
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1402
1402
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1588,7 +1588,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1588
1588
function and(euint64 lhs, euint64 rhs) internal pure returns (euint64)
1589
1589
```
1590
1590
1591
- This functions performs the and operation
1591
+ This function performs the and operation
1592
1592
1593
1593
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1594
1594
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1612,7 +1612,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1612
1612
function and(euint128 lhs, euint128 rhs) internal pure returns (euint128)
1613
1613
```
1614
1614
1615
- This functions performs the and operation
1615
+ This function performs the and operation
1616
1616
1617
1617
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1618
1618
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1732,7 +1732,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1732
1732
function or(euint64 lhs, euint64 rhs) internal pure returns (euint64)
1733
1733
```
1734
1734
1735
- This functions performs the or operation
1735
+ This function performs the or operation
1736
1736
1737
1737
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1738
1738
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1756,7 +1756,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1756
1756
function or(euint128 lhs, euint128 rhs) internal pure returns (euint128)
1757
1757
```
1758
1758
1759
- This functions performs the or operation
1759
+ This function performs the or operation
1760
1760
1761
1761
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1762
1762
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1876,7 +1876,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1876
1876
function xor(euint64 lhs, euint64 rhs) internal pure returns (euint64)
1877
1877
```
1878
1878
1879
- This functions performs the xor operation
1879
+ This function performs the xor operation
1880
1880
1881
1881
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1882
1882
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -1900,7 +1900,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
1900
1900
function xor(euint128 lhs, euint128 rhs) internal pure returns (euint128)
1901
1901
```
1902
1902
1903
- This functions performs the xor operation
1903
+ This function performs the xor operation
1904
1904
1905
1905
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
1906
1906
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2020,7 +2020,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2020
2020
function eq(euint64 lhs, euint64 rhs) internal pure returns (ebool)
2021
2021
```
2022
2022
2023
- This functions performs the eq operation
2023
+ This function performs the eq operation
2024
2024
2025
2025
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2026
2026
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2044,7 +2044,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2044
2044
function eq(euint128 lhs, euint128 rhs) internal pure returns (ebool)
2045
2045
```
2046
2046
2047
- This functions performs the eq operation
2047
+ This function performs the eq operation
2048
2048
2049
2049
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2050
2050
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2068,7 +2068,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2068
2068
function eq(euint256 lhs, euint256 rhs) internal pure returns (ebool)
2069
2069
```
2070
2070
2071
- This functions performs the eq operation
2071
+ This function performs the eq operation
2072
2072
2073
2073
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2074
2074
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2092,7 +2092,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2092
2092
function eq(eaddress lhs, eaddress rhs) internal pure returns (ebool)
2093
2093
```
2094
2094
2095
- This functions performs the eq operation
2095
+ This function performs the eq operation
2096
2096
2097
2097
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2098
2098
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2212,7 +2212,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2212
2212
function ne(euint64 lhs, euint64 rhs) internal pure returns (ebool)
2213
2213
```
2214
2214
2215
- This functions performs the ne operation
2215
+ This function performs the ne operation
2216
2216
2217
2217
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2218
2218
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2236,7 +2236,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2236
2236
function ne(euint128 lhs, euint128 rhs) internal pure returns (ebool)
2237
2237
```
2238
2238
2239
- This functions performs the ne operation
2239
+ This function performs the ne operation
2240
2240
2241
2241
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2242
2242
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2260,7 +2260,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2260
2260
function ne(euint256 lhs, euint256 rhs) internal pure returns (ebool)
2261
2261
```
2262
2262
2263
- This functions performs the ne operation
2263
+ This function performs the ne operation
2264
2264
2265
2265
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2266
2266
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2284,7 +2284,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2284
2284
function ne(eaddress lhs, eaddress rhs) internal pure returns (ebool)
2285
2285
```
2286
2286
2287
- This functions performs the ne operation
2287
+ This function performs the ne operation
2288
2288
2289
2289
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2290
2290
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2380,7 +2380,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2380
2380
function min(euint64 lhs, euint64 rhs) internal pure returns (euint64)
2381
2381
```
2382
2382
2383
- This functions performs the min operation
2383
+ This function performs the min operation
2384
2384
2385
2385
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2386
2386
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2404,7 +2404,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2404
2404
function min(euint128 lhs, euint128 rhs) internal pure returns (euint128)
2405
2405
```
2406
2406
2407
- This functions performs the min operation
2407
+ This function performs the min operation
2408
2408
2409
2409
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2410
2410
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2500,7 +2500,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2500
2500
function max(euint64 lhs, euint64 rhs) internal pure returns (euint64)
2501
2501
```
2502
2502
2503
- This functions performs the max operation
2503
+ This function performs the max operation
2504
2504
2505
2505
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2506
2506
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2524,7 +2524,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2524
2524
function max(euint128 lhs, euint128 rhs) internal pure returns (euint128)
2525
2525
```
2526
2526
2527
- This functions performs the max operation
2527
+ This function performs the max operation
2528
2528
2529
2529
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2530
2530
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2620,7 +2620,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2620
2620
function shl(euint64 lhs, euint64 rhs) internal pure returns (euint64)
2621
2621
```
2622
2622
2623
- This functions performs the shl operation
2623
+ This function performs the shl operation
2624
2624
2625
2625
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2626
2626
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2644,7 +2644,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2644
2644
function shl(euint128 lhs, euint128 rhs) internal pure returns (euint128)
2645
2645
```
2646
2646
2647
- This functions performs the shl operation
2647
+ This function performs the shl operation
2648
2648
2649
2649
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2650
2650
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2740,7 +2740,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2740
2740
function shr(euint64 lhs, euint64 rhs) internal pure returns (euint64)
2741
2741
```
2742
2742
2743
- This functions performs the shr operation
2743
+ This function performs the shr operation
2744
2744
2745
2745
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2746
2746
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -2764,7 +2764,7 @@ Pure in this function is marked as a hack/workaround - note that this function i
2764
2764
function shr(euint128 lhs, euint128 rhs) internal pure returns (euint128)
2765
2765
```
2766
2766
2767
- This functions performs the shr operation
2767
+ This function performs the shr operation
2768
2768
2769
2769
_ If any of the inputs are expected to be a ciphertext, it verifies that the value matches a valid ciphertext
2770
2770
Pure in this function is marked as a hack/workaround - note that this function is NOT pure as fetches of ciphertexts require state access_
@@ -3726,55 +3726,55 @@ Converts a euint256 to an eaddress
3726
3726
function asEbool(eaddress value) internal pure returns (ebool)
3727
3727
```
3728
3728
3729
- Converts a eaddress to an ebool
3729
+ Converts an eaddress to an ebool
3730
3730
3731
3731
### asEuint8
3732
3732
3733
3733
``` solidity
3734
3734
function asEuint8(eaddress value) internal pure returns (euint8)
3735
3735
```
3736
3736
3737
- Converts a eaddress to an euint8
3737
+ Converts an eaddress to an euint8
3738
3738
3739
3739
### asEuint16
3740
3740
3741
3741
``` solidity
3742
3742
function asEuint16(eaddress value) internal pure returns (euint16)
3743
3743
```
3744
3744
3745
- Converts a eaddress to an euint16
3745
+ Converts an eaddress to an euint16
3746
3746
3747
3747
### asEuint32
3748
3748
3749
3749
``` solidity
3750
3750
function asEuint32(eaddress value) internal pure returns (euint32)
3751
3751
```
3752
3752
3753
- Converts a eaddress to an euint32
3753
+ Converts an eaddress to an euint32
3754
3754
3755
3755
### asEuint64
3756
3756
3757
3757
``` solidity
3758
3758
function asEuint64(eaddress value) internal pure returns (euint64)
3759
3759
```
3760
3760
3761
- Converts a eaddress to an euint64
3761
+ Converts an eaddress to an euint64
3762
3762
3763
3763
### asEuint128
3764
3764
3765
3765
``` solidity
3766
3766
function asEuint128(eaddress value) internal pure returns (euint128)
3767
3767
```
3768
3768
3769
- Converts a eaddress to an euint128
3769
+ Converts an eaddress to an euint128
3770
3770
3771
3771
### asEuint256
3772
3772
3773
3773
``` solidity
3774
3774
function asEuint256(eaddress value) internal pure returns (euint256)
3775
3775
```
3776
3776
3777
- Converts a eaddress to an euint256
3777
+ Converts an eaddress to an euint256
3778
3778
3779
3779
### asEaddress
3780
3780
0 commit comments