mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-30 00:40:35 +02:00
refactor(keys): extract master-key package to top-level keys/
Master-key acquisition and the cross-host dump format are a concern distinct from the raw crypto primitives, so crypto/keyretriever moves to an importable top-level keys/. KeyRetriever→Retriever drops the keys.KeyRetriever stutter.
This commit is contained in:
+2
-1
@@ -164,6 +164,7 @@ linters:
|
||||
- gosec
|
||||
- errcheck
|
||||
- lll
|
||||
- goconst
|
||||
- source: "defer"
|
||||
linters:
|
||||
- errcheck
|
||||
@@ -173,7 +174,7 @@ linters:
|
||||
- path: "cmd/hack-browser-data/main.go"
|
||||
linters:
|
||||
- lll
|
||||
- path: "crypto/keyretriever/gcoredump_darwin.go"
|
||||
- path: "keys/gcoredump_darwin.go"
|
||||
linters:
|
||||
- gocognit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user