mirror of
https://github.com/FiloSottile/age.git
synced 2026-08-28 11:56:52 +00:00
@@ -51,8 +51,6 @@ func TestEncryptDecryptX25519(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
t.Logf("%s", buf.Bytes())
|
||||
|
||||
i, err := age.NewX25519Identity(secretKeyB)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@@ -90,8 +88,6 @@ func TestEncryptDecryptScrypt(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
t.Logf("%s", buf.Bytes())
|
||||
|
||||
i, err := age.NewScryptIdentity(password)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user