package
0.0.1
Repository: https://github.com/subgraph/bulb.git
Documentation: pkg.go.dev

# Functions

DecodePrivateKeyDER returns the rsa.PrivateKey decoding of a PKCS#1 DER blob.
DecodePublicKeyDER returns the rsa.PublicKey decoding of a PKCS#1 DER blob.
EncodePrivateKeyDER returns the PKCS#1 DER encoding of a rsa.PrivateKey.
EncodePublicKeyDER returns the PKCS#1 DER encoding of a rsa.PublicKey.
OnionAddr returns the Tor Onion Service address corresponding to a given rsa.PublicKey.