Bit level extraction added.
This commit is contained in:
parent
db16e81ff4
commit
f583791dbf
@ -44,6 +44,7 @@ function signatureMatches(sig, buf, offset=0) {
|
||||
* @param {Uint8Array} buf
|
||||
* @param {number} offset
|
||||
* @param {number} bitOffset
|
||||
* @returns {boolean}
|
||||
*/
|
||||
function bitsMatch(sig, buf, offset, bitOffset) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user