This commit is contained in:
Mino 2020-03-28 10:48:48 +09:00
parent bda6b9a822
commit e1aed9ca78

View file

@ -77,7 +77,7 @@ namespace Dalamud.Bootstrap.Crypto
///
/// </summary>
/// <param name="source"></param>
/// <param name="destination">A buffer to store decrypted data be stored.</param>
/// <param name="destination">A buffer to store decrypted data.</param>
/// <exception cref="ArgumentException">
/// Thrown when either the length of the buffer is not multiple of the block size. (i.e. 8 bytes)
/// or `source` and `destination` are overlapped in the memory.