server now fully supports PC client, implement AESGCM, (Aes256Gcm not supported on android),

This commit is contained in:
raphaeIl
2025-01-15 01:17:15 -05:00
parent 7bd937dac5
commit 582d91d2a5
9 changed files with 4770 additions and 79 deletions

View File

@@ -33,11 +33,6 @@ namespace Novaria.Common.Crypto
// return result.ToByteArray(false, true)[..32];
//}
//else
//{
//}
return result.ToByteArray(true, true)[..32];
}