What is this part in albetros source
Please Explain me what is this used for and how i got this declared in my project
Code:
byte[] pad = new byte[PAD_LEN];
Kernel.RND.NextBytes(pad);
byte[] junk = new byte[_junk_len];
Kernel.RND.NextBytes(junk);
Please Explain me what is this used for and how i got this declared in my project