Use a constant for the tag size.

This commit is contained in:
akwizgran
2011-08-12 14:26:56 +02:00
parent f0cf825ca9
commit 68b4760dfa
11 changed files with 43 additions and 33 deletions

View File

@@ -10,8 +10,8 @@ import net.sf.briar.api.protocol.SubscriptionUpdate;
import net.sf.briar.api.protocol.TransportUpdate;
/**
* Reads unencrypted packets from an underlying input stream and authenticates
* them.
* Reads encrypted packets from an underlying input stream, decrypts and
* authenticates them.
*/
public interface PacketReader {