public interface MessageExpansion
| Modifier and Type | Method and Description |
|---|---|
byte[] |
expandMessage(byte[] msg,
byte[] dst,
int lenInBytes)
Expands the given message to match the specified length in bytes.
|
byte[] expandMessage(byte[] msg,
byte[] dst,
int lenInBytes)
msg - the original message to be expandeddst - domain separation taglenInBytes - the desired length of the expanded message in bytes