Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

29 lines
888 B
Java

package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
import java.security.spec.AlgorithmParameterSpec;
import java.util.Objects;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.spec.GCMParameterSpec;
import javax.crypto.spec.SecretKeySpec;
/* loaded from: classes3.dex */
public final class zzgjd {
private static final ThreadLocal zza = new zzgjc();
public static AlgorithmParameterSpec zza(byte[] bArr, int i, int i2) {
Objects.equals(System.getProperty("java.vendor"), "The Android Project");
return new GCMParameterSpec(128, bArr, i, 12);
}
public static Cipher zzb() {
return (Cipher) zza.get();
}
public static SecretKey zzc(byte[] bArr) throws GeneralSecurityException {
zzgvm.zza(bArr.length);
return new SecretKeySpec(bArr, "AES");
}
}