Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
phoegasus authored Dec 10, 2021
1 parent cc9d386 commit e0b047f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/org/phoegasus/jdukpt/core/JDukptCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BigInteger createSessionKeyDEK(BigInteger ipek, BigInteger ksn) throws Exception
* Create Session Key
* @param bdk Base Derivation Key
* @param ksn Key Serial Number
* @param DUKPTVariant DUKPT variant used to determine session key creation method
* @param variant DUKPT variant used to determine session key creation method
* @return Session Key
* @throws Exception thrown by the Crypto implementation
*/
Expand Down
2 changes: 0 additions & 2 deletions src/org/phoegasus/jdukpt/utils/StringPadder.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public class StringPadder {
/**
* Pads the source string to the left with zeroes until the length is a multiple of 16.
* @param source Source string
* @param paddingCharacter Padding character
* @param desiredLength Length of the result
* @return Left padded string
*/
public static String zeroLeftPadToMultipleOf16(String source) {
Expand Down

0 comments on commit e0b047f

Please sign in to comment.