Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GMSSDigestProvider.java « gmss « crypto « pqc « bouncycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4af1a8b57dc29bc97e9452d150c42820d6edcfce (plain)
1
2
3
4
5
6
7
8
package org.bouncycastle.pqc.crypto.gmss;

import org.bouncycastle.crypto.Digest;

public interface GMSSDigestProvider
{
    Digest get();
}