// 
// Decompiled by Procyon v0.6.0
// 

package com.google.crypto.tink.mac;

import com.google.errorprone.annotations.Immutable;
import com.google.crypto.tink.Parameters;

@Immutable
public abstract class MacParameters extends Parameters
{
}
