k[0] ... k[15], r[0] ... r[15]
r
public static void CheckKey(
byte[] key
)
Public Shared Sub CheckKey (
key As Byte()
)
public:
static void CheckKey(
array<unsigned char>^ key
)
Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.CheckKey = function(key);
ArgumentException | if the key is of the wrong length, or has invalid bits set
in the C#
|