Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshige committed Dec 12, 2023
1 parent 8d8447f commit 5fb1399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extend/AesCmac.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

final class AesCmac
{
private const string ALGORITHM = 'AES-128-CBC';
private const ALGORITHM = 'AES-128-CBC';

/**
* Returns a MAC in hex encoding.
Expand Down

0 comments on commit 5fb1399

Please sign in to comment.