The base64 does not have the required padding characters to
allow it to be parsed by standard base64 decoders.
Verify by taking some serialization from the example README.md:
echo 'MDAxY2xvY2F0aW9uIGh0dHA6Ly9teWJhbmsvCjAwMjZpZGVudGlmaWVyIHdlIHVzZWQgb3VyIHNlY3JldCBrZXkKMDAyZnNpZ25hdHVyZSDj2eApCFJsTAA5rhURQRXZf91ovyujebNCqvD2F9BVLwo' | base64 -d
produces an error.
The base64 does not have the required padding characters to
allow it to be parsed by standard base64 decoders.
Verify by taking some serialization from the example README.md:
produces an error.