-
Currently big integers are not supported
- No `Constant` type generated for `...n` literals
- No operations implemented for them
- No operator checking for them
> Parsing is implemented though
…
-
I have recently analysed a ransomware sample that uses the RSA encryption implementation from [github.com/ezhangle/krypton](https://github.com/ezhangle/krypton/blob/147d69429bfb03cce7113dca6dba36e77f8…
-
This came up on Slack.
```julia
julia> function ∑2(n)
Val = zero(n)
for i in 1:n
Base.GMP.MPZ.add!(Val, i)
end
…
-
needs more discussion. cc @ljharb
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When given a `Number` argument, `BigInt.new` truncates to the lowest 32 bits before convertin…
-
As mentioned in #169, it doesn't matter whether our EC math (or operations building on it) are constant time if the underlying modular arithmetic is not constant time.
Investigate whether the under…
-
I'm trying to create a wrapper for a class
```
class AttendanceEntity extends OriginalDomainEntity {
AttendanceEntity({
required this.visitTypeOid,
required this.attendanceNumber,
…
-
Currently, sum() only accepts number array. Sum with bigint array will throw type error
-
Strings are interpreted as BigInts if they contain only numbers. This happens when i get data from a collection of projections using findOne.
An error is then thrown when i send these objects in an…
-
**Describe the bug**
I believe a bug was introduced in #1143 for v6.10.
bigints no longer `validateAndParseAddress` due to the change in `addAddressPadding` and always throws `Invalid Address Forma…