Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #115 from cpyix:master
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 806d5b58de0f4e226f5eddee4c1437030c6646b5
  • Loading branch information
chuckx committed Sep 6, 2018
2 parents 41cf62a + 8b518a4 commit c627491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AEAD primitive in Java:
Aead aead = AeadFactory.getPrimitive(keysetHandle);

// 3. Use the primitive.
byte[] ciphertext = aead.encrypt(plaintext, aad);
byte[] ciphertext = aead.encrypt(plaintext, associatedData);
```

## Current Status
Expand Down

0 comments on commit c627491

Please sign in to comment.