You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only PLAIN encoding is supported. This is the default encoding when use_dictionary is disabled, so in practice PLAIN will be used except when an explicit overwrite happens.
RLE_DICTIONARY will never be supported because by definition the values are not present (kept separate in the dictionary) so a per-block encryption will always be triggered in these cases.