Codebase list libcryptx-perl / ee4fcc6
pod fix Karel Miko 10 years ago
5 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
108108 [%-IF lc_name == 'ecb' %]
109109 my $plaintext = $m->decrypt($ciphertext, $key);
110110 [%-ELSE%]
111 my $plaintext = $m->encrypt($ciphertext, $key, $iv);
111 my $plaintext = $m->decrypt($ciphertext, $key, $iv);
112112 [%-END%]
113113
114114 =head2 start_encrypt
6363
6464 =head2 decrypt
6565
66 my $plaintext = $m->encrypt($ciphertext, $key, $iv);
66 my $plaintext = $m->decrypt($ciphertext, $key, $iv);
6767
6868 =head2 start_encrypt
6969
5656
5757 =head2 decrypt
5858
59 my $plaintext = $m->encrypt($ciphertext, $key, $iv);
59 my $plaintext = $m->decrypt($ciphertext, $key, $iv);
6060
6161 =head2 start_encrypt
6262
6363
6464 =head2 decrypt
6565
66 my $plaintext = $m->encrypt($ciphertext, $key, $iv);
66 my $plaintext = $m->decrypt($ciphertext, $key, $iv);
6767
6868 =head2 start_encrypt
6969
5656
5757 =head2 decrypt
5858
59 my $plaintext = $m->encrypt($ciphertext, $key, $iv);
59 my $plaintext = $m->decrypt($ciphertext, $key, $iv);
6060
6161 =head2 start_encrypt
6262