go-openssl/go.mod
Steven Allen f99684446c feat: add Size function to PublicKey
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.
2019-10-21 15:24:42 -07:00

9 lines
193 B
Modula-2

module github.com/libp2p/go-openssl
require (
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)
go 1.12