Add comment

lowercase-endpoints
Xavier 6 years ago
parent 8db635199f
commit 06c10fd719
  1. 1
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Crypto.pm

@ -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 ($@) {

Loading…
Cancel
Save