NAME
Crypt::Bear::AES_CTRCBC - AES CTRCBC class for BearSSL
VERSION
version 0.002
SYNOPSIS
my $aead = Crypt::Bear::CCM->new(Crypt::Bear::AES_CTRCBC->new($key));
DESCRIPTION
This creates a new AES in CTRCBC mode object. This is primarily useful when combined with CCM or EAX.
METHODS
new($key)
This initializes a new AES_CTRCBC object with $key
. $key
much be appropriately sized for AES (16, 24, or 32 bytes).
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.