Add comment

This commit is contained in:
Xavier 2019-11-28 23:01:30 +01:00
parent 8db635199f
commit 06c10fd719

View File

@ -21,6 +21,7 @@ $hash = \&Digest::SHA::sha256;
use constant HMAC_LENGTH => 32;
use constant IV_LENGTH => 16;
# Build initialization vector subroutine
BEGIN {
eval { require Crypt::URandom; Crypt::URandom::urandom(IV_LENGTH) };
if ($@) {