forked from quic-go/quic-go
remove DiversificationNonce() from the AEAD interface
This commit is contained in:
@@ -47,5 +47,3 @@ func (NullAEAD) Seal(packetNumber protocol.PacketNumber, associatedData []byte,
|
||||
copy(res[12:], plaintext)
|
||||
return res
|
||||
}
|
||||
|
||||
func (NullAEAD) DiversificationNonce() []byte { return nil }
|
||||
|
||||
Reference in New Issue
Block a user