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

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

There is a newer version: 1.0.0
Show newest version
package com.fitbur.bouncycastle.pqc.crypto.gmss;

import com.fitbur.bouncycastle.crypto.Digest;

public interface GMSSDigestProvider
{
    Digest get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy