Skip to content

Commit

Permalink
Merge pull request tink-crypto#141 from jhult:patch-2
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6b0df2af2eef384eb82bd8063a093ef1ec87f862
  • Loading branch information
chuckx committed Oct 3, 2018
2 parents 5fd2608 + 5e25d96 commit f6b8bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private static KeysetHandle getKeysetHandle(File keyset)
// Read the cleartext keyset from disk.
// WARNING: reading cleartext keysets is a bad practice. Tink supports reading/writing
// encrypted keysets, see
// https://github.com/google/tink/blob/master/doc/JAVA-HOWTO.md#loading-existing-keysets.
// https://github.com/google/tink/blob/master/docs/JAVA-HOWTO.md#loading-existing-keysets.
return CleartextKeysetHandle.read(JsonKeysetReader.withFile(keyset));
}
KeysetHandle handle = KeysetHandle.generateNew(AeadKeyTemplates.AES128_GCM);
Expand Down

0 comments on commit f6b8bf9

Please sign in to comment.