summaryrefslogtreecommitdiff
path: root/_generators
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2017-11-24 14:00:29 +0100
committerKarel Miko <karel.miko@gmail.com>2017-11-24 14:00:29 +0100
commit4530ff617ee03422d77dac189d7abe31e797253d (patch)
tree90669e1fa0ba9f223aea69ad882d6f31b9be414a /_generators
parentf7cc9cdf48af5f70f7efb0f4627be9965a40a1c1 (diff)
POD fixes, spelling
Diffstat (limited to '_generators')
-rw-r--r--_generators/Cipher.pm.tt2
-rw-r--r--_generators/Digest.pm.tt2
-rw-r--r--_generators/Mac.pm.tt2
-rw-r--r--_generators/Mode.pm.tt2
-rwxr-xr-x_generators/tt_cipher.pl2
5 files changed, 3 insertions, 7 deletions
diff --git a/_generators/Cipher.pm.tt b/_generators/Cipher.pm.tt
index 81813e46..9f036ace 100644
--- a/_generators/Cipher.pm.tt
+++ b/_generators/Cipher.pm.tt
@@ -117,5 +117,3 @@ L<Crypt::Mode::CBC|Crypt::Mode::CBC>, L<Crypt::Mode::CTR|Crypt::Mode::CTR> or L<
=back
=cut
-
-__END__
diff --git a/_generators/Digest.pm.tt b/_generators/Digest.pm.tt
index 64ca9e4d..c63c611e 100644
--- a/_generators/Digest.pm.tt
+++ b/_generators/Digest.pm.tt
@@ -223,5 +223,3 @@ The OO interface provides the same set of functions as L<Crypt::Digest>.
=back
=cut
-
-__END__ \ No newline at end of file
diff --git a/_generators/Mac.pm.tt b/_generators/Mac.pm.tt
index fb38c6f5..6c0b7709 100644
--- a/_generators/Mac.pm.tt
+++ b/_generators/Mac.pm.tt
@@ -280,5 +280,3 @@ Logically joins all arguments into a single string, and returns its [%orig_name%
=back
=cut
-
-__END__ \ No newline at end of file
diff --git a/_generators/Mode.pm.tt b/_generators/Mode.pm.tt
index c8dbf896..8d4a5fab 100644
--- a/_generators/Mode.pm.tt
+++ b/_generators/Mode.pm.tt
@@ -193,3 +193,5 @@ Crypt::Mode::[%orig_name%] - [%info%]
=item * L<[%v%]>
[% END %]
=back
+
+=cut
diff --git a/_generators/tt_cipher.pl b/_generators/tt_cipher.pl
index 7364ae66..b91accf7 100755
--- a/_generators/tt_cipher.pl
+++ b/_generators/tt_cipher.pl
@@ -32,7 +32,7 @@ my %list = (
spec_rounds=>0, spec_key=>'XXX-DETERMINED-BY-KEYSIZE' }, # 12 (<=80bits), 16 (>80bits)
DES => { info=>'Symmetric cipher DES, key size: 64[56] bits (Crypt::CBC compliant)', urls=>['https://en.wikipedia.org/wiki/Data_Encryption_Standard'],
spec_rounds=>0, spec_key=>'XXX-ROUNDS-FIXED' },
- DES_EDE => { info=>'Symmetric cipher DES_EDE (aka Tripple-DES, 3DES), key size: 192[168] bits (Crypt::CBC compliant)', urls=>['https://en.wikipedia.org/wiki/Triple_DES'],
+ DES_EDE => { info=>'Symmetric cipher DES_EDE (aka Triple-DES, 3DES), key size: 192[168] bits (Crypt::CBC compliant)', urls=>['https://en.wikipedia.org/wiki/Triple_DES'],
spec_rounds=>0, spec_key=>'XXX-ROUNDS-FIXED' },
KASUMI => { info=>'Symmetric cipher KASUMI, key size: 128 bits (Crypt::CBC compliant)', urls=>['https://en.wikipedia.org/wiki/KASUMI_(block_cipher)'],
spec_rounds=>0, spec_key=>'XXX-ROUNDS-FIXED' },