forked from quic-go/quic-go
remove DiversificationNonce() from the AEAD interface
This commit is contained in:
@@ -6,5 +6,4 @@ import "github.com/lucas-clemente/quic-go/protocol"
|
||||
type AEAD interface {
|
||||
Open(packetNumber protocol.PacketNumber, associatedData []byte, ciphertext []byte) ([]byte, error)
|
||||
Seal(packetNumber protocol.PacketNumber, associatedData []byte, plaintext []byte) []byte
|
||||
DiversificationNonce() []byte
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user