Codebase list libcryptx-perl / 1ee2ddd
Fix typo in docs (#65) Zoffix Znet authored 3 years ago GitHub committed 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9595
9696 Decrypts $ciphertext and returns the $plaintext where $plaintext and $ciphertext should be of B<blocksize> bytes.
9797
98 $plaintext = $d->encrypt($ciphertext);
98 $plaintext = $d->decrypt($ciphertext);
9999
100100 =head2 keysize
101101