erigon-pulse/crypto
Leonard Chinonso 592fe32217
Refactoring To Increase Code Quality (#4842)
* General cleanup and fixes

* Cleaning part 2

* cleanup part 3

* Refactored staterunner to have a handler function

* Fixed linting

* Cleanup part 4

* Changed the initialization of the require package and updated .golangci.yml

* Fixed lint errors from golangci-lint

* deleted state_recon_1.go

* fixed build error

* Added ReadHeaderTimeouts for httpServer

* made changes to golangci

* Reset golangci.yml
2022-08-04 20:23:00 +07:00
..
blake2b Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
bls12381 Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
bn256 Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
ecies rename (#1978) 2021-05-20 19:25:53 +01:00
crypto_test.go crypto: MarshalPubkey unit test (#4846) 2022-07-28 09:23:58 +07:00
crypto.go Replace ioutil with io and os (#3946) 2022-04-23 15:43:00 +01:00
signature_cgo.go Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
signature_nocgo.go Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
signature_test.go Refactor crypto.FromECDSAPub to MarshalPubkey/Std (#3797) 2022-03-31 11:06:20 +07:00