remove DiversificationNonce() from the AEAD interface

This commit is contained in:
Lucas Clemente
2016-06-02 16:13:48 +02:00
parent 5ed0182b67
commit d87e20efc9
5 changed files with 0 additions and 13 deletions

View File

@@ -47,5 +47,3 @@ func (NullAEAD) Seal(packetNumber protocol.PacketNumber, associatedData []byte,
copy(res[12:], plaintext)
return res
}
func (NullAEAD) DiversificationNonce() []byte { return nil }