Skip to content
Snippets Groups Projects
Commit be2aba7f authored by David Stainton's avatar David Stainton
Browse files

Add ELength

parent 22b1159d
No related branches found
No related tags found
2 merge requests!23Channels Implementation,!21Add PublicKey's Bytes and FromBytes + tests
...@@ -28,6 +28,11 @@ import ( ...@@ -28,6 +28,11 @@ import (
_ "golang.org/x/crypto/blake2b" _ "golang.org/x/crypto/blake2b"
) )
const (
// Elength is the length is bytes that the RSA Public Key's E component serializes to.
ELength = 8
)
// Key length used in the system in bits // Key length used in the system in bits
var DefaultRSABitLen = 4096 var DefaultRSABitLen = 4096
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment