Function:
RandomBytes
Given a length, return that many randomly generated bytes. Can be used for an IV or symmetric key.
bytes (int) – Number of random bytes to generate
Random bytes of length bytes
bytes
[]byte