Crypt-Bear

 view release on metacpan or  search on metacpan

lib/Crypt/Bear/CTRCBC.pm  view on Meta::CPAN

package Crypt::Bear::CTRCBC;
$Crypt::Bear::CTRCBC::VERSION = '0.004';
use Crypt::Bear;

1;

# ABSTRACT: CTRCBC encoder baseclass BearSSL

__END__

=pod

=encoding UTF-8

=head1 NAME

Crypt::Bear::CTRCBC - CTRCBC encoder baseclass BearSSL

=head1 VERSION

version 0.004

=head1 DESCRIPTION

This base class represents an CTRCBC implementation, currently it's only implementation is L<Crypt::Bear::AES_CTRCBC>.

=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.932 second using v1.01-cache-2.11-cpan-e1769b4cff6 )