Commit 4412da1
Copybara import of the project:
--
5c8e998 by Henry Jalonen <henkka@spheroid.fi>:
Make InputStreamDecrypter.read() InputStream compliant
Convert the read signed integer to unsigned before returning it, because it is the behavior defined in the InputStream interface. It also makes it possible to distinguish between errors and successful read operations.
Fixes #10.
PiperOrigin-RevId: 567219401
Change-Id: Ie6f2726e2a5bfd71015022c24463d7bd41357d161 parent ad42346 commit 4412da1
File tree
1 file changed
+1
-1
lines changed- src/main/java/com/google/crypto/tink/streamingaead
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments