@Deprecated
public abstract class SLHDSAEngine
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SLHDSAEngine.Sha2Engine
Deprecated.
|
static class |
SLHDSAEngine.Shake256Engine
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SLHDSAEngine(int n,
int w,
int d,
int a,
int k,
int h)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AsymmetricCipherKeyPair |
implGenerateKeyPair(SLHDSAParameters params,
byte[] skSeed,
byte[] skPrf,
byte[] pkSeed)
Deprecated.
|
static byte[] |
internalGenerateSignature(SLHDSAPrivateKeyParameters privKey,
byte[] msgPrefix,
byte[] msg,
byte[] optRand)
Deprecated.
|
static boolean |
internalVerifySignature(SLHDSAPublicKeyParameters pubKey,
byte[] msgPrefix,
byte[] msg,
byte[] signature)
Deprecated.
|
protected SLHDSAEngine(int n,
int w,
int d,
int a,
int k,
int h)
public static AsymmetricCipherKeyPair implGenerateKeyPair(SLHDSAParameters params, byte[] skSeed, byte[] skPrf, byte[] pkSeed)
public static boolean internalVerifySignature(SLHDSAPublicKeyParameters pubKey, byte[] msgPrefix, byte[] msg, byte[] signature)
public static byte[] internalGenerateSignature(SLHDSAPrivateKeyParameters privKey, byte[] msgPrefix, byte[] msg, byte[] optRand)