mirror of
https://github.com/libp2p/go-openssl.git
synced 2024-12-26 23:40:07 +08:00
f99684446c
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.
9 lines
193 B
Modula-2
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
|