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
They should rather be passed in as parameters to the relevant functions. This way an instance of this class is reusable for all encrypt and decrypt operations and no additional cognitive overhead is needed to keep track of which instance contains what.
The text was updated successfully, but these errors were encountered:
The variables defined here are a code smell:
web3auth-unity-sdk/Assets/Plugins/Web3AuthSDK/Types/AES256CBC.cs
Lines 14 to 18 in 37b0d66
They should rather be passed in as parameters to the relevant functions. This way an instance of this class is reusable for all encrypt and decrypt operations and no additional cognitive overhead is needed to keep track of which instance contains what.
The text was updated successfully, but these errors were encountered: