package p138.p176.p278.p279.p290;

import p138.p176.p278.p279.InterfaceC5195;

/* JADX INFO: renamed from: ދ.ހ.ހ.֏.ޞ.ޓ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5529 implements InterfaceC5195 {
    public C5529(byte[] bArr) {
        if (bArr.length != 32) {
            throw new IllegalArgumentException(String.format("Given public key's length is not %s.", 32));
        }
        int length = bArr.length;
        System.arraycopy(bArr, 0, new byte[length], 0, length);
    }
}
