mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
return a lambda to for sealing a packet in the CryptoSetup
This commit is contained in:
parent
b4d22b3c75
commit
2903f9b238
10 changed files with 230 additions and 184 deletions
|
@ -47,7 +47,7 @@ var _ = Describe("Packet unpacker", func() {
|
|||
})
|
||||
|
||||
setData := func(p []byte) {
|
||||
data, _ = unpacker.aead.Seal(nil, p, 0, hdrBin)
|
||||
data, _ = unpacker.aead.(*mockAEAD).Seal(nil, p, 0, hdrBin)
|
||||
}
|
||||
|
||||
It("does not read read a private flag for QUIC Version >= 34", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue