Skip to content

Commit bd9749b

Browse files
committed
Link to the implementation basis
1 parent f82d071 commit bd9749b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Robin/Ntlm/Crypt/Des/AbstractDesEncrypter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ private static function expand56BitKeyTo64BitKey($string_key, $set_parity = true
108108
/**
109109
* Set an odd parity bit for a given byte, in least-significant position.
110110
*
111+
* @link https://github.com/jclulow/node-smbhash/blob/edc48e2b/lib/common.js
112+
* Implementation basis.
111113
* @param int $byte An 8-bit byte value.
112114
* @return int An 8-bit byte value.
113115
*/

0 commit comments

Comments
 (0)