Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Java
/ toString
Method
toString
src/main/java/com/thealgorithms/ciphers/a5/LFSR.java:75–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
@Override
76
public
String toString() {
77
return
register.toString();
78
}
79
}
Callers
15
initialize
Method · 0.95
clock
Method · 0.95
scheduleCore
Method · 0.45
splitBlockIntoCells
Method · 0.45
mergeCellsIntoBlock
Method · 0.45
main
Method · 0.45
encode
Method · 0.45
decode
Method · 0.45
encrypt
Method · 0.45
decrypt
Method · 0.45
padText
Method · 0.45
encrypt
Method · 0.45
Calls
no outgoing calls
Tested by
2
initialize
Method · 0.76
clock
Method · 0.76