-
When running go test with my codebase.
Platform: go version go1.23.1 windows/amd64 (windows 11)
Confirmed working on Linux and Mac osx.
```
> go test
# github.com/supranational/blst/bindings…
-
When benchmarking `blst_p1s_mult_pippenger` I noticed sudden increases in performance at number of points: 64, 128, 256 and further.
![g1msm_perf](https://github.com/user-attachments/assets/710d0d2…
-
I noticed that the `blst_p1_mult` API can take scalar of any size. But if the scalar value is not less than `BLS12_381_r` the implementation selects the slower "w5" algorithm.
https://github.com/su…
-
Blaster is a wrapper around blst that give nicer rust APR and is easier to consume: https://github.com/filecoin-project/blstrs/tree/master
-
```
[4/6] Source Compilation
use 12 cpus
[4/925] Build blst
FAILED: third-party/blst/libblst.a
cd /usr/bin/ton/third-party/blst && /usr/src/ton/third-party/blst/build.sh
+ /usr/bin/clang -O2 -f…
-
I'm creating a browser extension and would like to use wasm for the client api.
I'm following along with the instructions on:
https://github.com/maidsafe/safe_network/tree/main/autonomi
I got t…
-
There is an intermittent issue with unit test throwing a different error `BLST_POINT_NOT_ON_CURVE` vs `BLST_BAD_ENCODING` depending on the point that gets sullied. Is not a security issue, just an in…
-
The repo exists for a while, maybe consider to start publishing releases to crates.io?
I'm specifically interested in `rust-kzg-blst`.
-
## Description
I understand that BLST doesn't Zeroize secret keys. We make good effort to Zeroize other secret keys, so we should do the same here.
-
[root@192 bsc]# go version
**go version go1.21.5 linux/amd64**
###make geth find errors####
[root@192 bsc]# make geth
go run build/ci.go install ./cmd/geth -std=c99
>>> /usr/local/go/bin/go b…