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 Network module is using the block cipher mode aes-256-cbc. It does not contain message authentication so replace it with aes-gcm mode which is an authenticated message encryption method. Here is the rust implementation of the mode