Golang RSA utilities
Based off many public gists and personal need to not reinvent the wheel every time I need to manage RSA keys.
import (
"github.acacio.com/rsautil"
}
Based of this gist but with error return handling, added Sign / Verifi (WIP) and testing.