Have Encode return []byte instead of ([]byte, error).

Encoding can never fail, and returning an error is inconsistent with the
standard library's encoding/{ascii85,hex,pem} packages.

Fixes #8.
2 files changed