By design. It does not allow for the OpenSSH variant (https://github.com/golang/go/issues/36646).
So I'll need to split out that package (and their internal poly1305 package) and maintain an internal variant of it. Ugh.
ish. done-ish. it's entirely untested. CTR should work as i modeled it after PoC, and CBC *probably* works as it's straightforward, but I have no idea about the GCM. TODO.