prysm-pulse/crypto/bls/blst
Håvard Anda Estensen 7f3ec4221f
Add errcheck and gosimple linters (#9729)
* Add errcheck linter

* Check unchecked error

* Add gosimple linter

* Remove type assertion to same type

* Omit nil check

len() for nil slices is defined as zero

* Revert "Remove type assertion to same type"

This reverts commit af69ca1ac8a4f0243a5ccaf5042dbebad6d2cf1c.

* Revert "Revert "Remove type assertion to same type""

This reverts commit 5fe8931504fa22347d04d3d06558e5f478f5bf50.

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2021-10-22 17:40:03 -05:00
..
aliases.go Support Go Builds For Darwin Arm64 (#9600) 2021-09-18 17:56:05 +00:00
bls_benchmark_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
BUILD.bazel Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
doc.go Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00
init.go Support Go Builds For Darwin Arm64 (#9600) 2021-09-18 17:56:05 +00:00
public_key_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
public_key.go Add errcheck and gosimple linters (#9729) 2021-10-22 17:40:03 -05:00
secret_key_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
secret_key.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
signature_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
signature.go Bring Eth2FastAggregateVerify Inline With the Spec (#9742) 2021-10-06 10:48:56 +08:00
stub.go Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00