Variant of encrypt_blob_cipher that accepts an explicit outer wrapping
key. Used by key rotation, where the new user/org key is installed under a
Local slot id and view.key has been rewrapped under that slot β calling
key_identifier() would resolve to the original User/Organization slot
and fail to unwrap the CEK.
Seals a constructed CipherBlobLatest under cipher_key, returning the
opaque string form. Shared by all CipherBlobLatest producers so they
donβt each re-implement the versioned-enum wrap + COSE seal + base64 chain.