github.com/status-im/status-go@v1.1.0/eth-node/types/const.go (about) 1 package types 2 3 const ( 4 // PubKeyLength represents the length (in bytes) of an uncompressed public key 5 PubKeyLength = 512 / 8 6 // AesKeyLength represents the length (in bytes) of an private key 7 AesKeyLength = 256 / 8 8 )