Compatibility of SQLCipher with GeoPackage

We are exploring options to encrypt, or parts of, a GeoPackage database. Does anyone know to what extent SQLCipher is compatible with GeoPackage? Or what limitations/requirements exist?

GeoPackage appears to be implemented as a loadable extension. SQLCipher does fully support loadable extensions, so it does look like it should work with SQLCipher. I don’t see any information in the documentation that references functions or features that would affect compatibility with SQLCipher.