public void PBKDF2Sha512GetBytesFailWithInvalidDklen() { Assert.Throws <ArgumentOutOfRangeException>(delegate { Mnemonic.PBKDF2Sha512GetBytes(-1, new byte[] { 1, 2, 3, 4, 5, }, new byte[] { }, 0); }); }