status-im/status-go

View on GitHub
eth-node/types/const.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

const (
    // PubKeyLength represents the length (in bytes) of an uncompressed public key
    PubKeyLength = 512 / 8
    // AesKeyLength represents the length (in bytes) of an private key
    AesKeyLength = 256 / 8
)