Crypt-Bear
view release on metacpan or search on metacpan
lib/Crypt/Bear/CBC/Enc.pm view on Meta::CPAN
package Crypt::Bear::CBC::Enc;
$Crypt::Bear::CBC::Enc::VERSION = '0.004';
use Crypt::Bear;
1;
# ABSTRACT: CBC encoder baseclass BearSSL
__END__
=pod
=encoding UTF-8
=head1 NAME
Crypt::Bear::CBC::Enc - CBC encoder baseclass BearSSL
=head1 VERSION
version 0.004
=head1 DESCRIPTION
This base class represents an CBC encoder, currently it's only implementation is L<Crypt::Bear::AES_CBC::Enc>.
=head1 METHODS
=head2 run($iv, $data)
This runs a CBC encode with the given IV and data, and returns the result.
=head2 block_size()
This returns the blocksize of the cipher.
=head1 AUTHOR
Leon Timmermans <fawaka@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2024 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 0.787 second using v1.01-cache-2.11-cpan-e1769b4cff6 )