According to RFC 5297, AES-SIV keys are supposed to be 64 bytes in length, such as a concatenated master key and MAC key, however, the siv() function rejects anything over 32 bytes. Is there a way to pass in 64 bytes of data, or does it need to be updated?
According to RFC 5297, AES-SIV keys are supposed to be 64 bytes in length, such as a concatenated master key and MAC key, however, the siv() function rejects anything over 32 bytes. Is there a way to pass in 64 bytes of data, or does it need to be updated?