Versions in this module Expand all Collapse all v0 v0.9.2 Apr 13, 2020 v0.9.1 Feb 26, 2020 v0.9.0 May 20, 2019 Changes in this version + func NewRawKeyFromPrivateKey(privkey *rsa.PrivateKey) *rawkey + func NewRawKeyFromPublicKey(pubkey *rsa.PublicKey) *rawkey + func PrivateKeyFromJSON(data []byte) (*rsa.PrivateKey, error) + func PublicKeyFromJSON(data []byte) (*rsa.PublicKey, error)