mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-13 23:14:53 +01:00
server now fully supports PC client, implement AESGCM, (Aes256Gcm not supported on android),
This commit is contained in:
@@ -33,11 +33,6 @@ namespace Novaria.Common.Crypto
|
||||
// return result.ToByteArray(false, true)[..32];
|
||||
//}
|
||||
|
||||
//else
|
||||
//{
|
||||
|
||||
//}
|
||||
|
||||
return result.ToByteArray(true, true)[..32];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user