public static void Permute(
ReadOnlySpan<byte> input,
Span<byte> output,
ReadOnlySpan<Vector128<byte>> roundConstants
)
Public Shared Sub Permute (
input As ReadOnlySpan(Of Byte),
output As Span(Of Byte),
roundConstants As ReadOnlySpan(Of Vector128(Of Byte))
)
public:
static void Permute(
ReadOnlySpan<unsigned char> input,
Span<unsigned char> output,
ReadOnlySpan<Vector128<unsigned char>> roundConstants
)
Org.BouncyCastle.Crypto.Digests.Haraka512_X86.Permute = function(input, output, roundConstants);