1 2 3 4 5
namespace Crypto { public static void randomize(uint8[] buffer) { GCrypt.Random.randomize(buffer); } }