This commit adds the function QuickCheckDecrypt to the helper package. The function allows to check with high probability if a session key can decrypt a data packet given its 24-byte prefix. It only works for SEIPDv1 data packets that uses AES as a cipher. |
||
|---|---|---|
| .. | ||
| base_test.go | ||
| cleartext.go | ||
| cleartext_test.go | ||
| decrypt_check.go | ||
| decrypt_check_test.go | ||
| helper.go | ||
| helper_test.go | ||
| key.go | ||
| key_test.go | ||
| mobile.go | ||
| mobile_stream.go | ||
| mobile_stream_test.go | ||
| mobile_test.go | ||
| sign_detached.go | ||