libp2p / go-openssl

UNMAINTAINED - OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
16 stars 20 forks source link

feat: add Size function to PublicKey #3

Closed Stebalien closed 5 years ago

Stebalien commented 5 years ago

This allows us to determine the size of signatures produced by a public key. Incidentally, this also allows us to determine the size of an RSA key's modulus.