Fix typo in docs (#65)
Zoffix Znet authored 2 years ago
GitHub committed 2 years ago
95 | 95 |
|
96 | 96 |
Decrypts $ciphertext and returns the $plaintext where $plaintext and $ciphertext should be of B<blocksize> bytes.
|
97 | 97 |
|
98 | |
$plaintext = $d->encrypt($ciphertext);
|
|
98 |
$plaintext = $d->decrypt($ciphertext);
|
99 | 99 |
|
100 | 100 |
=head2 keysize
|
101 | 101 |
|