We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0611b commit 5605f9dCopy full SHA for 5605f9d
crypto/kzg4844/kzg4844.go
@@ -86,10 +86,6 @@ type Claim [32]byte
86
// useCKZG controls whether the cryptography should use the Go or C backend.
87
var useCKZG atomic.Bool
88
89
-func init() {
90
- UseCKZG(true)
91
-}
92
-
93
// UseCKZG can be called to switch the default Go implementation of KZG to the C
94
// library if for some reason the user wishes to do so (e.g. consensus bug in one
95
// or the other).
0 commit comments