feat: add webtransport certhashes field to NoiseExtensions and implement serialization test

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-08-26 12:48:57 +05:30
parent 05fde3ad40
commit cacb3c8aca
5 changed files with 23 additions and 8 deletions

View File

@ -2,6 +2,7 @@ syntax = "proto2";
package pb;
message NoiseExtensions {
repeated bytes webtransport_certhashes = 1;
repeated string stream_muxers = 2;
}