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

package org.bouncycastle.crypto.digests;

import org.bouncycastle.crypto.EncodableService;

public interface EncodableDigest extends EncodableService
{
    byte[] getEncodedState();
}
