File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
//
4
4
// It uses scrypt derive a key from the passphrase and the NaCl secret box
5
5
// cipher for authenticated encryption.
6
+ //
7
+ // Deprecated: The encrypted package from go-tuf is already moved to
8
+ // https://github.com/secure-systems-lab/go-securesystemslib and will be deprecated here.
9
+ // Use github.com/secure-systems-lab/go-securesystemslib/encrypted instead.
6
10
package encrypted
7
11
8
12
import (
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
"path/filepath"
13
13
"strings"
14
14
15
+ "github.com/secure-systems-lab/go-securesystemslib/encrypted"
15
16
"github.com/theupdateframework/go-tuf/data"
16
- "github.com/theupdateframework/go-tuf/encrypted"
17
17
"github.com/theupdateframework/go-tuf/internal/fsutil"
18
18
"github.com/theupdateframework/go-tuf/internal/sets"
19
19
"github.com/theupdateframework/go-tuf/pkg/keys"
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
20
20
"time"
21
21
22
22
"github.com/secure-systems-lab/go-securesystemslib/cjson"
23
+ "github.com/secure-systems-lab/go-securesystemslib/encrypted"
23
24
"github.com/theupdateframework/go-tuf/data"
24
- "github.com/theupdateframework/go-tuf/encrypted"
25
25
"github.com/theupdateframework/go-tuf/internal/sets"
26
26
"github.com/theupdateframework/go-tuf/pkg/keys"
27
27
"github.com/theupdateframework/go-tuf/pkg/targets"
You can’t perform that action at this time.
0 commit comments