Skip to content

Commit

Permalink
Fix:revert changes from copied files from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mertakman committed Sep 30, 2024
1 parent b038eea commit 45ea87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cryptotest/aead.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestAEAD(t *testing.T, mAEAD MakeAEAD) {
}

// Helper function to Seal a plaintext with additional data. Checks that
// ciphertext isn't bigger than the plaintext length plus Overhead().
// ciphertext isn't bigger than the plaintext length plus Overhead()
func sealMsg(t *testing.T, aead cipher.AEAD, ciphertext, nonce, plaintext, addData []byte) []byte {
t.Helper()

Expand Down

0 comments on commit 45ea87e

Please sign in to comment.