Skip to content

Commit

Permalink
Not required casting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik authored and af-anssi committed Jan 10, 2022
1 parent 2b67467 commit fe32df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr/anssi/smartpgp/CmacSignature.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected final void update(final byte[] inBuf, short inOff, short inLen) {
return;
}

short bl = (short)blockLen();
short bl = blockLen();

short remLen = (short)(Constants.AES_BLOCK_SIZE - bl);

Expand Down

0 comments on commit fe32df9

Please sign in to comment.