apply the hmacSha256 hashing function recursively on multiple messages/binaries.
the first message will be used as the encryption key for the second message,
and the resulting encrypted message will be used as the encryption key for the third message,
and so on, until the final message is encrypted and returned.
note that you should provide at least two messages.
apply the hmacSha256 hashing function recursively on multiple messages/binaries.
the first message will be used as the encryption key for the second message, and the resulting encrypted message will be used as the encryption key for the third message, and so on, until the final message is encrypted and returned.
note that you should provide at least two messages.