Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo lengs => lengths #73

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/DECCipherInterface.pas
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ interface
procedure SetAuthenticationResultBitLength(const Value: Integer);

/// <summary>
/// Returns a list of authentication tag lengs explicitely specified by
/// Returns a list of authentication tag lengths explicitely specified by
/// the official specification of the standard.
/// </summary>
/// <returns>
Expand Down
2 changes: 1 addition & 1 deletion Source/DECCipherModes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ TDECCipherModes = class(TDECCipher, IDECAuthenticatedCipher)
procedure Done; override;

/// <summary>
/// Returns a list of CalculatedAuthenticationResult lengs explicitely
/// Returns a list of CalculatedAuthenticationResult lengths explicitely
/// specified by the official specification of the standard.
/// </summary>
/// <returns>
Expand Down
2 changes: 1 addition & 1 deletion Source/DECCipherModesGCM.pas
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ TGCM = class(TObject)
Size : Integer);

/// <summary>
/// Returns a list of authentication tag lengs explicitely specified by
/// Returns a list of authentication tag lengths explicitely specified by
/// the official specification of the standard.
/// </summary>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
<tr class="nocodegen"><td>386<td> procedure Done; override;
<tr class="nocodegen"><td>387<td>
<tr class="nocodegen"><td>388<td> /// &lt;summary&gt;
<tr class="nocodegen"><td>389<td> /// Returns a list of CalculatedAuthenticationResult lengs explicitely
<tr class="nocodegen"><td>389<td> /// Returns a list of CalculatedAuthenticationResult lengths explicitely
<tr class="nocodegen"><td>390<td> /// specified by the official specification of the standard.
<tr class="nocodegen"><td>391<td> /// &lt;/summary&gt;
<tr class="nocodegen"><td>392<td> /// &lt;returns&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<tr class="nocodegen"><td>292<td> Size : Integer);
<tr class="nocodegen"><td>293<td>
<tr class="nocodegen"><td>294<td> /// &lt;summary&gt;
<tr class="nocodegen"><td>295<td> /// Returns a list of authentication tag lengs explicitely specified by
<tr class="nocodegen"><td>295<td> /// Returns a list of authentication tag lengths explicitely specified by
<tr class="nocodegen"><td>296<td> /// the official specification of the standard.
<tr class="nocodegen"><td>297<td> /// &lt;/summary&gt;
<tr class="nocodegen"><td>298<td> /// &lt;returns&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<tr class="nocodegen"><td>349</td><td><pre style="display:inline;"> &nbsp; &nbsp;procedure Done; override;</pre></td></tr>
<tr class="nocodegen"><td>350</td><td><pre style="display:inline;"></pre></td></tr>
<tr class="nocodegen"><td>351</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>352</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengs explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>352</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengths explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>353</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; the official speciication of the standard.</pre></td></tr>
<tr class="nocodegen"><td>354</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;/summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>355</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;returns&gt;</pre></td></tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<tr class="nocodegen"><td>292</td><td><pre style="display:inline;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp; : Integer);</pre></td></tr>
<tr class="nocodegen"><td>293</td><td><pre style="display:inline;"></pre></td></tr>
<tr class="nocodegen"><td>294</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>295</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengs explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>295</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengths explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>296</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; the official specification of the standard.</pre></td></tr>
<tr class="nocodegen"><td>297</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;/summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>298</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;returns&gt;</pre></td></tr>
Expand Down