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, if CiphertextType.deserialize is called with a byte containing anything other than a valid ciphertext type ID, it will return null. This seems like the wrong behavior to me.