public interface DerivationFunction
Modifier and Type | Method and Description |
---|---|
byte[] |
generateBytes(int len) |
void |
init(byte[] seed,
DerivationFuncParams params) |
void init(byte[] seed, DerivationFuncParams params)
byte[] generateBytes(int len)
len
- desired output lengthCopyright © 2025. All rights reserved.