New function to quick check if a session key can decrypt a encrypted data packet #529
Annotations
7 errors
Lint:
helper/decrypt_check.go#L72
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
|
Lint:
helper/decrypt_check.go#L76
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
|
Lint:
helper/decrypt_check.go#L80
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
|
Lint:
helper/decrypt_check.go#L17
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
|
Lint:
helper/decrypt_check.go#L25
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
|
Lint:
helper/decrypt_check.go#L33
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
|
Lint
issues found
|