Fix wrong var-name
This commit is contained in:
parent
8ff7211f0f
commit
31ab10c3e1
@ -1,5 +1,5 @@
|
||||
|
||||
function keyInfoFromRaw(rawKeyInfo) {
|
||||
function keyInfoFromRaw(keyInfoRaw) {
|
||||
return {
|
||||
"KeyDescriptorVersion": keyInfoRaw>>0 & 0b111,
|
||||
"KeyType": keyInfoRaw>>3 & 0b1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user