Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ _RotR1
Function
_RotR1
scapy/modules/krack/crypto.py:146–147 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
144
145
146
def
_RotR1(value):
147
return
((value >> 1) & 0x7fff) | (value << 15)
148
149
150
def
gen_TKIP_RC4_key(TSC, TA, TK):
Callers
1
gen_TKIP_RC4_key
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…