package com.google.crypto.tink.prf;

import defpackage.qi4;
import java.security.GeneralSecurityException;

/* JADX INFO: loaded from: classes2.dex */
@qi4
public interface Prf {
    byte[] compute(byte[] bArr, int i) throws GeneralSecurityException;
}
