mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 17:22:18 +00:00
8 lines
190 B
Go
8 lines
190 B
Go
|
package common
|
||
|
|
||
|
// ZeroSecretKey represents a zero secret key.
|
||
|
var ZeroSecretKey = [32]byte{}
|
||
|
|
||
|
// InfinitePublicKey represents an infinite public key.
|
||
|
var InfinitePublicKey = [48]byte{0xC0}
|