Ejemplo n.º 1
0
 public void ComputeLengthLength_returns_correct_value(int length, int lengthLength)
 {
     Assert.Equal(lengthLength, AesCcm.ComputeLengthLength(length));
 }