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 the error for generating a new device with an incorrect password is IronOxideErr::AesError(Unspecified). This comes from ring::aead::OpeningKey.open_in_place() for the decrypt case, but it comes from other places as well (like encrypt_user_master_key()).
We should make a better error message for these failure cases.
The text was updated successfully, but these errors were encountered:
Currently the error for generating a new device with an incorrect password is
IronOxideErr::AesError(Unspecified)
. This comes fromring::aead::OpeningKey.open_in_place()
for the decrypt case, but it comes from other places as well (likeencrypt_user_master_key()
).We should make a better error message for these failure cases.
The text was updated successfully, but these errors were encountered: