NAME

Crypt::Bear::CBC::Dec - CBC decoder baseclass BearSSL

VERSION

version 0.002

DESCRIPTION

This base class represents an CBC decoder, currently it's only implementation is Crypt::Bear::AES_CBC::Dec.

METHODS

run($iv, $data)

This runs a CBC decode with the given IV and data, and returns the result.

block_size()

This returns the blocksize of the cipher.

AUTHOR

Leon Timmermans <fawaka@gmail.com>

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.