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
This library uses nullability checks such that (e.g.)!("tagLength" in algorithm) which causes unhandled exceptions when the key exists but is undefined
The text was updated successfully, but these errors were encountered:
shamilovtim
changed the title
Fix nullability checks in AesGcmProvider
Fix nullability checks
Mar 26, 2024
In JS the following holds true:
This library uses nullability checks such that (e.g.)
!("tagLength" in algorithm)
which causes unhandled exceptions when the key exists but is undefinedThe text was updated successfully, but these errors were encountered: