All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.bouncycastle.pqc.crypto.gmss.GMSSDigestProvider Maven / Gradle / Ivy

package com.fitbur.bouncycastle.pqc.crypto.gmss;

import com.fitbur.bouncycastle.crypto.Digest;

public interface GMSSDigestProvider
{
    Digest get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy