-
This is an alternative implementation of LLVM modular addition from https://github.com/llvm/llvm-project/issues/103717 that uses raw LLVM IR instead of the builtin `llvm.usub.with.overflow.iXXX`
Th…
-
### Description
The below publish command doesn't work on linux when `BaseOutputPath` property is set in the project.###
### Reproduction Steps
### *.csproj file
```xml
$(SolutionDir)/bin/$(Asse…
-
Investigate adding [gnark-crypto](https://github.com/ConsenSys/gnark-crypto) to besu-native
specifically jni/jna bindings for EC functions on:
* bn128/bn254 to support EIP-196
* bls12-381 to support…
-
In order for your hash to be usable and testable in Arkwork, you need to implement this trait for BLS12-381 and BLS12-377:
https://github.com/arkworks-rs/algebra/blob/master/ec/src/hashing/map_to_c…
-
Hello,
I need to serialize GT elements for bls12-381.
I noticed that the 12 field elements that form a GT element of bls12-381 generated by your library are different from the ones serialized by the…
-
Electron Labs has a [BLS12_381 implementation in Starky](https://github.com/Electron-Labs/starky_bls12_381).
[This post](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html…
S1nus updated
10 months ago
-
Hello,
`blst` exposes [ `blst_map_to_g1`](https://github.com/supranational/blst/blob/6382d67c72119d563975892ed49ba32e92d3d0da/src/map_to_g1.c#L422) and [`blst_map_to_g2`](https://github.com/supranati…
-
The runtime transaction for session key update receive a blob of opaque key trait where individual keys could be enumerated by the key type id.
https://github.com/paritytech/substrate/blob/2651d5cf41…
-
### What happened?
When running `pytest` on Python 3.12 a bunch of tests fail with
```
RecursionError: maximum recursion depth exceeded
```
which seems to stem from
```
AttributeError("'bls12_3…
-
Hi we are working on a project, where we want to know whether bls12381-key-pair supports for EIP-2333: BLS12-381 Key Generation.
If support then let us know the process to support https://eips.ether…