RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
243 stars 129 forks source link

tls_codec: expose vlen functions #1345

Closed franziskuskiefer closed 7 months ago

franziskuskiefer commented 8 months ago

Expose functions to read and write variable-length encodings for quic vectors. This can be useful when manual parsing of variable-length structs is required.

There are no code changes in here. This only makes two existing functions public.