mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Use a constant for the tag size.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user