blob: bda0ffaaa02e63d697c43b0d101211211697b7f1 [file] [log] [blame]
package org.bouncycastle.pqc.jcajce.interfaces;
public interface XMSSMTKey
{
int getHeight();
int getLayers();
String getTreeDigest();
}